Search results

  1. P

    phpasks – suspended

    please unblock my a/c as i want to remove my website from x10hosting so i need backup of my site.. please unsuspend for while i take a backup. pls pls:happysad:
  2. P

    How to use Magenta & How to Install

    How to Install Magenta? When I am clicking terms & condition at that time redirect to https:// ????? How to remove https:// to http:// Any one help me???????
  3. P

    How to whole remove dir in php

    I have below proble problem when remove whole dir. it keeps giving me this PHP error : Warning: rmdir(../../infusions/theme_database/temp/f8e0c65c0461b6631aa83234f20c9011//themes/DarkZik/forum) [function.rmdir]: Directory not empty in...
  4. P

    Store Procedure calling problem

    I have created below store procedure <?php BEGIN SET @sortfield = str_sortfield; SET @sortorder = str_sortorder; SET @min_limit = str_min_limit; SET @max_limit = str_max_limit; IF which_query_fired = '1' THEN SELECT count(*) as 'count' from bos_user_master...
  5. P

    Call to undefined function domxml_open_file()

    I am trying to do the following in PHP 5.0.3 without success: Fatal error: Call to undefined function domxml_open_file() in D:\wwwroot\AdultXDating_New\admin\bos-user-access-permission.php on line 205 I have enabled all DOM XML Related DOM/XML enabled DOM/XML API Version 20031129...
  6. P

    Multiple date & time support

    I will need multiple date & time support. if one user login in UK - then that's time UK time display. other one US then that's time US time zone display. another one AU then that's user AU time zone display. How it's handle using PHP......... Cheers Asif Khan http://www.phpasks.com
  7. P

    MysQL Query for Master table & child table

    I have two table One is master table & second is secondary table. Master Table CREATE TABLE `tbltest` ( `test_id` int(5) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `lname` varchar(50) NOT NULL default '', PRIMARY KEY (`test_id`) ) INSERT INTO `tbltest`...
  8. P

    difference between max_connection and max_user_connection

    Are there any difference between max_connection and max_user_connection? please help me. That's problem my server very slow.
  9. P

    Need help with PHP script for ping monitoring for different location.

    Ping a server or web site using our network of over 10 monitoring stations worldwide Need help with PHP script for ping monitoring for different location. Hi All I need some assistance with getting ping monitoring for web site. Basically I have to write a PHP page where if a...
  10. P

    Need help with PHP script for IP address of sites

    Need help with PHP script for IP address of sites Hi All I need some assistance with getting the IP address of a web site. Basically I have to write a PHP page where if a site name is supplied it would return back the IP address of the site as well as specify if the IP Address is Dedicated...
Top