PHP Tutorials: Image upload site: Design (Part 1)
First thing’s first, the layout! The design process for the image/video upload site project.
17 Responses to “PHP Tutorials: Image upload site: Design (Part 1)”
First thing’s first, the layout! The design process for the image/video upload site project.
Great stuff. I would suggest using CSS in the external file for styling the page. I prefer working with div tags instead of tables but this looks cool anyway. Well done
Report this comment
Definitely, html for content and CSS for design, that’s the standard.
Report this comment
Yeah, I understand that this is the best way to do things. However, obviously focusing on PHP I felt leaving that upto different individuals would work best. Thanks anyway!
Report this comment
yea this tutorial is awesome. It would be even better if you used divs instead of tables. But still this is very informative Thanks
Report this comment
please send me the files. I am can bary folow and type
Report this comment
Hi, i want to know the main purpose of connection of phpmyadmin to php web page. And is it nacessary to first fill in data in phpmyadmin or will the data automatically gets stored in phpmyadmin,,while registering on the php web page
Report this comment
phpmyadmin simply acts as an interface between you and a mysql server. You must have mysql installed, and then phpmyadmin copied to your server ‘htdocs’ (if you’re using apache), then you can manage your database from here.
Report this comment
every thing is goin well ,my php pages are running well ,,only thing is i want to know whether v should first fill in data in phpmyadmin or will the data automatically gets stored in phpmyadmin,,
Report this comment
You can use a mysql_query to run just about any query! So yeah, you can insert data from PHP, that’s fine.
Report this comment
Why don’t you use divs instead of tables?
Report this comment
Good stuff Alex! Thanks for this tut
I must say that te best part about this tutorial is Emily!
Report this comment
te = the
Report this comment
awesome work……….
thanq very much……..
Report this comment
Can you please continue this tutorials, i will pay you…. Please!
Report this comment
thank you for putting your time into creating these tutorials but if i may ask one question (if u dont mind) why are you using outdated html?
Report this comment
Simply put, i’m focusing on php! Tutorials from now on will use xhtml.
Report this comment
Please keep these tutorials going! Ill give you free ad space on my website, please, they are so nice, and the best I could find on Youtube!
Report this comment