Start at www.tizag.com that website has some good beginner tutorials.
Make a function to display a link if the session is active. function show_link($link) { if(isset($_SESSION['user'])) { echo $link; } } Nav...
Welcome to the forum, please use paragraphs in the future as it's really difficult to read what you are typing.
You can create anything for WordPress it's open source software. I thought you meant that you wanted to create your own system which is certainly...
Rather then letting the users use the back button create a link for them to click which will reload the form page. Just make sure you store all of...
For small databases it's not much of an issue, me personally I would create a table for totals and every time a user is added/deleted just updated...
Firstly working with a CMS like Wordpress is not really creating something yourself through writing the application. By stating that you want to...
I don't have the time to read all of your code but I did notice that you haven't set the enctype. Add the following code to your form and it may...
Dreamweaver is by far the most advanced web development software. If you want to work in a company the first thing they will be asking you is:...
As of tomorrow I am launching my latest project www.runegear.net I will be hosting a 1 Billion RSGP give away each month and need some advertising...
The source code needs to be optimised, if you don't have access to the FTP then there's not much you can do about it. If you want me to have a...
I would do this with jQuery for loading the front end and then set your PHP script to collect the results for each search engine using the Ajax...
The best way to learn (for me) is to use video tutorials: http://blog.themeforest.net/screencasts/jquery-for-absolute-beginners-video-series/...
Nice sneaky referral link.
Separate names with a comma.