![]() |
|
| *AX SOFT>>>Programming & Design |
How to check if PHP was installed properly? |
I have recently installed Apache, Php, and Mysql on my Windows XP computer. I was checking to see if Php works by using this code First, how exactly did you install these? Did you use the MSI installers? If so, that should have configured everything for you properly. Are you sure that you have put all of your php scripts in your htdocs folder??? Assuming that you are able to open html pages on the local server - |
| Tags |
| General - Computers & Internet Software Security Programming & Design Facebook Flickr Google MSN MySpace |
| Related information |
public sub Dollar(quarter as int, dime as int, nickel as int, penny as int, Dollars as single) Dollars = (quarter * 25) + (dime * 10) + (nickel * 5) + penny dollars = dollars /100 end sub ...Alright, fresh blood. God I miss those days when I was reading through all of the beginner books and tutorials to figure out how to program. Personally I started out with python (See links below)... If it's from a digital camera, you can tell very easily. Almost all digital cameras (and camera phones) will append the 'Camera Model' detail to the file. Right-click on the image, g... I'm not sure I understand your question... if you have variables a, b and c, just pass them into your method like this : findRoots(a, b, c); That can't really be your question can ... Myspace does NOT like outside websites that compete with their own. I had to simply list my yahoo website on the site. There is no way to get around it, because their site filters are set to catc... the new hotmail thing is now @live.com/ca/ etc.. you can also get some other cool endings like @live.fr,girl.girl, etc google it and you'll find a code that you paste into the address bar th... write a program that reads in a serialized sudoku puzzle and prints out the solution. I had to code one of these in college and it was a blast! ...9 3 6 answers are: ivalue1=9 ivalue2=3 ivalue3=6 so first i start from ivalue3,ie easy c compiler precedence first give preference to brackets iValue3 = 3 * (5%3) ; so first 5%3,it ta... |
Categories--Copyright/IP Policy--Contact Webmaster |