Hello guys,
i have this form with all data needed to apply for a job.The problem is the part for experience. I have one field and add several fields later with same name.
The experience part has 4 fields (company name, title , start date and end date)
How do i submit these fields along side with others.
Any further details don't hesitate to ask.
Thanks for help in advance
User Profile
Collapse
-
Submitting several fields with same name
-
Can u further explain your solution? How to do it -
Thank Rabbit for your reply. I know this part but i was hoping to know how to do on 2 level , because it is a post and it it's commentLeave a comment:
-
Live update for post and comments like facebook
Hello guys,
i found this great post http://www.99points.in fo/2010/07/facebook-style-wallpost-and-comments-system-using-jquery-ajax-and-php-reloaded/
It is about post and comments like on facebook, the only problem is that i want to implement live update so that it updates automatically to other user, how could i do something like. Can anyone help me please.
Note: Put in mind i need to keep 2 ids (post , post comment) -
This is what i have done so it would help other people
index.php
Code:$sql_role_name = mysql_query("SELECT Role_ID,Role_name,Role_real_name,email FROM 5novRoles WHERE Group_ID = ".$result["Group_ID"]) or die (mysql_error()); while ($result_role_name = mysql_fetch_array($sql_role_name)) { if ($result_role_name['Role_name'] != "" ) { if($result_role_name['Role_real_name']
Leave a comment:
-
It doesn't seem to work Mark
here is my code
index.php
Code:$sql_role_name = mysql_query("SELECT Role_ID,Role_name,Role_real_name,email FROM 5novRoles WHERE Group_ID = ".$result["Group_ID"]) or die (mysql_error()); while ($result_role_name = mysql_fetch_array($sql_role_name)) { echo '<form action="getData.php?" method="get"> <tr>
Leave a comment:
-
Thanks Mark for your reply it worked but what if i want to return the field disabled how is that achievable?Leave a comment:
-
-
Hey Dan
Thanks for your reply.
What i need to do has nothing to do with the database.
I meant to say after i submit the data i submitted appear and the empty fields downwards remain to enter data How can i do that submit into different page or what
Thanks again .Leave a comment:
-
Displaying data just added into database
Hello Guys
I attached a picture of my layout
Here in steps what am doing and what is missing
1- In the empty field i write some data that is inserted in the database when i click on the Valider button i submit onto another page and then return to this page
1-The problem is when i return to same page i want to display the data that was just added into the database.
How is that achievable ?
2-Second... -
I am just testing by count of messages for each group, so i guess it is integer
is that what you are asking forLeave a comment:
-
How to retrieve data from mysql database to plot jquery flot graph
Hello all
I am trying to retrieve the data from mysql database by php to plot a flot graph can anyone help me please this is all i have done for now
Php
Code:$sql = mysql_query("SELECT count(Msg_ID) msgCount,Group_ID FROM Messages GROUP BY Group_ID"); $dataset1 = array(); while ($row = mysql_fetch_assoc($sql)) { $dataset1[]
-
-
Hey Gits the problem is that the message don't appear on same pages at the same time
I want it to appear as if both clients are chatting when i send from one page last messages appear on both pages
This is the problemLeave a comment:
-
Hi Gits
sorry i must have forgotten the rules
yes this is what i do
yes when i login with another user there is lag in time between messagesLeave a comment:
-
Hey Gits
I want to achieve chatting between 2 clients so this is why i am using setTimeout
I want when i write a message on one page it appears on the 2 pages
If you have other questions this is my email [edit]removed[edit]
bacause i want to solve this problemLeave a comment:
-
It runs onone page not the other
I want when i send the message it appears on both pagesLeave a comment:
-
Hi Gits
HELP ME
I am going crazy
take a look at the code and tell me what do you think
Can you test it please because if it doesnt work i will kill myself
Code:$(document).ready(function() { updateMessages(); }) function addMessages() { $.ajax({ url:"db.php", type:"post", data:"message="+$("#msg").val()+"&action="+"post",
Leave a comment:
-
Hey gits
I changed again to return an xml response now i want to know where to place the setTimeout
Code:function addMessages() { //alert($("#msg").val()); $.ajax({ url:"db.php", type:"post", data:"message="+$("#msg").val(), datatype:"xml", success:function(data) { $("#t1").prepend('<tr><td>bullet</td><td>reply</td><td>'+$("time",data).text()+'</td><td>De</td><td>A</td><td>'+$("message",data).text()+'</td><td>Gr</td></tr>');
Leave a comment:
-
No activity results to display
Show More
Leave a comment: