Summary: When you say "It doesn't work" please be specific. Are you getting errors? If so, what are they? Have you done ANY error checking? If I have a php fil...
Summary: Hi all, I am new to PHP and web programming. I am implementing a site with PHP and MySql as programming languages. I have few images which I want to b...
Summary: i used 2 books when i was learning php. the second one that i got was "the essentials of php: second edition" that was a pretty good book for me tryin...
Summary: Hi all, I am new to this group and PHP programming. I have a very simple question. I have a database where I want to store and display all images. ...
Summary: I have a PHP script running on a Linux box using Apache server. PHP script is used to upload files to the server. When I try to upload files of size ...
Summary: on loading oscommerce page, i get this on screen 'FATAL ERROR: register_globals is disabled in php.ini, please enable it!' and then loading phpmyadmin...
Summary: I suggest You open the site.(www.lkjhaastrology.com) After ‘SRIYANTRA’ is displayed,Click on ‘New Chart’.An Input proforma will appear.Fill in...
Summary: Hi all, I am new to PHP and web programming. I have a very simple question, I have following simple code: **************************** <?php if (is...
Summary: ok, ignore above post, bottom line is im having trouble with using html in PHP i cant get the php to ignore quotes e,g if(GetCookie('computingnet_ima...
Summary: Guys please help me with this php and mysql prob I just installed a phpdev5 bundle and when I tried to use phpmyadmin at first I was able to create a ...
Summary: Tonight at 2 AM i decided to start learning PHP haha. So i set out and decided to work on a project that i could actually use i built this to catalogu...
Summary: 1. If you want to get errors out of your php/sql script, try and use the php-function "mysql_error()" to see what the sql error is. You can use this f...
Summary: Hello everyone, I have a CGI and PERL script and I want to add a function written in PHP to it. I am not entirely sure if I am allowed to do that and ...
Summary: When I try to restart the httpd service, I get the following message: httpd failed. The error was: Stopping httpd: [FAILED] Starting httpd: Syntax err...
Summary: A few things: 1) Eitehr you are not connecting to the database or you did not include the code in your post. 2) You should always include error handli...
Summary: I want to learn PHP, but I don’t know what r the requirement for running PHP pages, I have little idea about the ASP.Net, so web server concepts r c...
Summary: yes you can... infact you can run Python / Perl / Java and C using CLI. there are two ways. use exec() or system() function to run your Command and...
Summary: The information from the Option element is not showing in the e-mails. How can you include the Option element with this secure php form? <?php ...
Summary: I have this error corrected.. Thank you for replying though. I do have another error in a post where I can't get the php to call the files correctly ...
Summary: hi everyone, how to calculate difference between 2 dates, i am retrieving the dates from html file. Below is the code where i retrieve the data. i wa...
Summary: Hey Guys, I've got a form that currently validates whether the postcode contains any data at all... if no data found it spits out an error. What I nee...
Summary: You did say make, right? The replies above point to actual forum systems written in PHP. If you want to write your own forum, you can but it will take...
Summary: Hello, From time to time, I need to read a fileon my website and add some stuff in between other data. Also I need to do it in PHP. Can somebody help ...