Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
33% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #3K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for iraberyl

Hi, its me again. I've seen the other code for looping textbox but it goesn't seem to apply in our script. What we need is a specific text box that loops when the user inputs a certain number of textboxes that he want to put. Example: there's a text box …

Member Avatar for Dani
-1
3K
Member Avatar for Lakshith

On line 9, do not close the php yet, try this; [CODE] echo "<option value='$data[primary_email]'>$data[primary_email]</option>\n"; [/CODE]

Member Avatar for iraberyl
0
107
Member Avatar for iraberyl

Hi, uhm can anyone help me out in creating a list box or a drop-down that has a standard size. Here's an example that I really want to display: [CODE] <select name='color[]' size=2 multiple> <option value='' selected>Select Item</option> <option value='blue'>Blue</option> <option value='green'>Green</option> <option value='red'>Red</option> <option value='yellow'>Yellow</option> <option value='white'>White</option> </select> [/CODE] …

Member Avatar for iraberyl
0
107
Member Avatar for iraberyl

hi, got a new prob, how can i create a php page that automatically refreshes each time i access the page.

Member Avatar for iraberyl
0
153
Member Avatar for iraberyl

Hi, actually i've posted from the wrong thread and i apologize for that. anyway, let me post my problem and it goes like this. we've successfully created drop down menus that is connected to our database. we have 5 fields to display, each field contains different data [(ex. first field …

Member Avatar for iraberyl
0
80
Member Avatar for elanorejoseph

Hello, Well, we've already created a drop down menu, what we need now goes like this. For example, there are 3 drop downs and the source was from 3 different fields from the database. Let's say there are 5 contents from each field. Then on the web page, we're going …

Member Avatar for iraberyl
-2
107

The End.