Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~548 People Reached
Favorite Tags

3 Posted Topics

Member Avatar for nathanpacker

[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, …

Member Avatar for Member #117553
0
164
Member Avatar for Devilsown

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 …

Member Avatar for stymiee
0
173
Member Avatar for dangutm

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']." …

Member Avatar for csscart
0
211

The End.