Jump to content

adm83

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

adm83's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Nice ! i search for i dont know how long Do u have any others you may know ??
  2. Hi all, iv benn search for a long time now for a sample on how to create MYSQL based data grid that have some CRUD functionality.. i am using dreamwever and the only thing i can get out of it is using the spray data set that gives me a table with sort abilities but i am looking for something more.. is there a PHP or JS sample of displying the data of MYSQL database that can can do CRUD and search abilities ? thank..
  3. Well, I am starting to realize there is no way to make the list object.. :-Z i just want it because i think its more UI friendly but since the field of the value is of known length i think i just might use the textbox idea... is there any way of getting some code on how to do this? since i am new to php ... so the question is now, how can i get the length of the text field and assuming the value lenght is 3 getting an array of values and submitting them to the db... Thank you for all your help so far.. it is greatly appreciated.,.
  4. Ji just want to get back to the original topic... is there a way to create a list the a user can input data into it.. ? and for that matter is there a way of crating a grid table that the user can input informtion into (like excel sheet) ???
  5. I mean creating a listbox (list option select) that the options are not defined, and the user can click on the first row and input sometext, and if he wishs click on the 2nd row and input another text and so on as many times as he wants , so the list size is not defined and not filed with any text at the beginning..
  6. Noted, Tnx... Just repeating the question a bit.. is there a way to create an "empty" list the the user can input as many rows of data into them and then looping though the size of the list and submitting them (the summiting them part is already in the code that was written here 2 posts ago so.. )
  7. Wow! THANK! that works grate ! ) Just to make things a bit harder if possible i can do with the allow user to set how many items but isnt there a way to create a listbox to do this (so he wont have to count and then set how many item) when thinking about java of something there is a listbox object that the user can input the data in as many rows and then i can loop though the number of rows.. just wounding if there is no way to do something like that in this environment ... Thanks again !
  8. Hi, thank you for your reply... I tried getting it to work but i couldn't really figerout how it builds up the query , i got the connections working but i cant understand this line : $query = "INSERT INTO tbl_clients (formvalue) Calias " . " . (the tbl_clients is the table but and the Calias is the column ) but anyways this is not what i am looking for actually , - i was hoping to find a way to create a list box object (of some sort) not just a textfield the reason i need a list is because i dont know hot many items the client will input , so if i have a list he can input ,say, 50 rows and then i want to submit each row as a new row to the DB.. Do you think this can be done ? thank
  9. Hello All, i am trying to figerout how can i create a list of options that the user can input the values to as many lines as he wants and then getting the value of each row and inserting it to my DB (mysql) i havent found anyway to make this kind of list that is "open" for edit and is not limited... Can anyone suggest anything ?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.