Hello all, I am a new to the world of php and phpmyadmin. I have used mysql in school and have knowledge in html/css. But this php I have 50% knowledge of. I’ve been on youtube learning as much as i can and ordered some php books online but haven’t not arrived yet.
My question are,
1.) Whats the first thing i need to do to create a page to be previewed on my browser?
I know the page has to be run thru php before it can be seen in my browser. But after i finish scripting it and hit the preview button in Aptana Studio. It says pick a way to run the file with the options of PHPScript or PHPserver.
-
do i have to create a mysql database before i start any scripting?
-
How do i mesh a html page inside a PHP page.
for example a html doc has the
and you can write body of text this easy
So what would the format for php look like?
any help would be great.