Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
php/mysql help!
Name: HUNTER Date: September 28, 2003 at 13:16:04 Pacific OS: xp CPU/Ram: 512
Comment:
Hi. i downloaded MYSQL and PHP. i get mysql to work.. but im not sure how to practice using php. where to i put all the codings into.. how do i get it to work etc.. can someone please help so i can get my work started. much appreciated. thank u
I am running machines that have the latest Apache web server with the latest PHP and MySQL support... So I am aware of the potential questions that you may have.
However, I do suggest you read the installation tutorials, because normally the problem is something trivial.
To use PHP in Apache, you must have have the extension, etc supported in your httpd.conf file, etc. You can store your php scripts in your htdocs directory...
This is if you are using Apache. If not, we need to know more about your setup.
Summary: Hi, Hope you can help.. This is what i have: using PHP & MySQL ComboBox1 (Named Carriers) ComboBox2 (Named Brand) ComboBox3 (Named Model) Text Box1, Text Box2, Text Box3 When you select an itme...
Summary: Hi: Im doing a project using PHP & MYSQL. i have a question regarding that. i have 2 tables in my database EMPLOYEE TABLE 1: EMP_ID (PK), PASSWORD (ATTRIBUTES) TABLE 2: EMP_ID (PK),EMP_NAME,.......ETC...
Summary: I'm a php mysql newbie. using: php 4.4.0, mysql 3.23.49 ithink I am trying to get my data to be seperated alphabetically like this: http://hci.cs.concordia.ca/moudil/alphabetical.php I am also tryi...