Search results

  1. O

    How to add a directory to include_path of my php.ini

    Hello All, I have to add a directory path to the include_path of my php.ini. Can this be done. I tried reading the related threads but couldn't find a solution. Kindly suggest something. Imoracle.
  2. O

    Thanking x10hosting, Corey and the whole support staff.

    Hello All, I just read Corey's post titled "If you don't like it leave it". Well I would like to ask who on x10hosting is not linking it. I started with web development some 4 months back and when I was looking for free hosting sites I tried out many. And just want to tell you that x10hosting...
  3. O

    Parked Domain Query..

    Hello All, I took up this add free account on x10hosting some 3 months back which really helped me how things are handled on server side. Now yesterday I purchased a domain name from godaddy.com. I typed in the purchased domain name in the browser and it seems to be showing some default page...
  4. O

    Unable to connect to my MySQL database.

    I am getting following error when I try to connect to my MySQL database: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'oracle_admin'@'localhost' (using password: YES) in /home/oracle/public_html/index.php on line 14 Access denied for user 'oracle_admin'@'localhost'...
  5. O

    How to Append new Child in XML.

    Hello frnds, I m quite new to xml and it really frustrates me. I have following xml file: <?xml version="1.0" encoding="utf-8"?> <playlist version="1" xmlns="http://xspf.org/ns/0/"> <trackList> <track> <title>Mozart</title> <location>Mozart.MP3</location> </track> </trackList>...
  6. O

    PHP from within AJAX.....kindly help me out....

    Hello All, I m trying to do the following: index.php which includes a chat.js file. chat.js while recursively calls a js function using settimeout() function. The function in turns call a .php file, which do some connectivity with the database. Now thing is how to pass a parameter from .php...
  7. O

    Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'

    Hello Frnds, From past few days I am getting this error when I am trying to connect to my webpage. Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/xxxxx/public_html/login.php on line 10 Can't...
  8. O

    [Browser based Chat ] Help please, quite a challenging problem i guess

    Hello All, I am developing a browser based chat program right now, But I am facing one problem in that and unable to think of a possible solution. I am simulating it locally still and this is whats happening exactly. I am simulating two users scenario by logging in from two different browser...
  9. O

    Header already sent.

    Some one kindly help me plz: I am consistently getting the following error, Can anyone please help me find where the problem is: Warning: Cannot modify header information - headers already sent by (output started at .......php:4) in ..................php on line 68 I went through a...
  10. O

    Warning: Cannot modify header information - headers already sent by....

    I am consistently getting the following error, Can anyone please help me find where the problem is: Warning: Cannot modify header information - headers already sent by (output started at .......php:4) in ..................php on line 68 I went through a few forums where they stated that the...
  11. O

    Is thr any GD Support in PHP ??

    Well just want to know whether thr is any GD support in the presently installed PHP version of mine. I have already upgraded to the intermediate version.
  12. O

    How to enable my .ASP files to run.

    Hello Everyone, Can some one help me in configuring the server to process the .asp files correctly. Kindly help in this regard. Thanx in advance.
Top