Forum: PHP Jan 29th, 2009 |
| Replies: 1 Views: 320 I have developed a site in PHP 5.26, which is running perfectly from the development server. But after uploading the site to the Web server, it is not working. The server is running PHP 4.4. I... |
Forum: PHP Jan 22nd, 2009 |
| Replies: 2 Views: 440 I am testing this now on a single machine, using 2 different sites (folders under htdocs) and the server is same. I also checked that the allow_url_include setting is "on" in php.ini. I am getting... |
Forum: PHP Jan 22nd, 2009 |
| Replies: 2 Views: 440 The project specs requires that I send some data to a remote server, where records based on the data that I send will be searched from a MySQL db, and returned to the caller. I developed a class that... |
Forum: PHP Sep 8th, 2008 |
| Replies: 7 Views: 689 Having a dot in the username will not work because most SQL languages use the dot as a relation. So an username like "Jesus.Christ" will try to create a table called 'Christ" in the schema "Jesus".... |
Forum: PHP Jun 30th, 2008 |
| Replies: 7 Views: 712 Hi Friends
Till now, I have been coding my PHP files mainly in Notepad. I had used a few PHP IDEs earlier, but were not satisfied. I found them too cumbersome and some were quite unstable. Now... |
Forum: PHP Sep 17th, 2006 |
| Replies: 5 Views: 2,020 I have to develop a web-based application which will be deployed in a intranet. One of the requirements is formatted MIS reports, which can be generated and printed from the client. While I can use... |
Forum: PHP Jun 22nd, 2006 |
| Replies: 5 Views: 1,782 |
Forum: PHP Jun 21st, 2006 |
| Replies: 5 Views: 1,782 How can I redirect a page to another ? For example, if the user is registered he gets to see the members section and if he is not, he is redirected to a 'Register Now' page when he clicks on a... |
Forum: PHP May 31st, 2006 |
| Replies: 2 Views: 2,925 Thanks for the tip.
One of the user comments was that it worked only at the server, not at the client side. So it may not really work for me. Maybe I will have to look for some client side tools... |
Forum: PHP May 30th, 2006 |
| Replies: 2 Views: 2,925 Hi
I need to build a online transaction processing system using php and mySQL. Sorry to say, I am a newbie at this. One of the requirements is that when a transaction is processed, a printed... |
Forum: PHP Feb 21st, 2006 |
| Replies: 4 Views: 1,631 :cry: Can't find a 'thoroughly embarrassed' icon, I guess this will have to do. And A good lesson to read menu options fully, not just scan through them. Thanks
And my apology to sarahk too.... |
Forum: PHP Feb 20th, 2006 |
| Replies: 4 Views: 1,631 Sorry to say, can't find any Javascript section in the Web Development. I had looked earlier also but rechecked after ur post. There is JSP, but I am not looking for that. |
Forum: PHP Feb 19th, 2006 |
| Replies: 4 Views: 1,631 Does anyone know any good javascript forum (something like this forum) where I can search for answers to my problems and post any problems that I face ? |
Forum: PHP Feb 15th, 2006 |
| Replies: 1 Views: 4,985 Is there any significant difference between Php 4 & Php 5 ? Like they are better in different scenarios or something ?
I am planning to use Php for web development with mySQL on an Win XP m/c and... |
Forum: PHP Jul 12th, 2005 |
| Replies: 3 Views: 3,026 Tried your solution, but the old problem persists. Could this be because of php 5 (in ur example) and php4 (that I am installing) ? |
Forum: PHP Jul 8th, 2005 |
| Replies: 3 Views: 3,026 Hi
When I am trying to connect to mySQL from PHP, I am getting the error "Client does not support authentication protocol requested by server; consider upgrading mySQL client" . I am using PHP 4,... |