No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
[quote=stymiee;323168]No need to send them to another page. Data validation is easy to do. 1) Receive the POSTed form data (top of the file) 2) Validate it. Put errors into an array so you can echo them out later 3) Check to see if you found any errors. If not, …
CSS can help SEO dramatically. As previous posters of this thread have noted it can put the "good stuff" up towards the top of the page, and also dramatically reduce the tags that mark up the page (removing style and positioning to a different file). So, I would disagree that …
Another option. This will also have option to select a current option. This assumes that we have some $id set to signify which item will be selected in the list. [php] echo '<select id="mylist" name="mylist">'; while($row = mysql_fetch_array($rs)){ $selected = ($row['id'] == $id) ? 'selected' : ''; echo '<option value=".$row['id']." …
The End.
csscart