Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~601 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for kiLLer.zoh

Try replacing your code with the following. If it works, tell me and I'll explain why. $qry = mysql_query('INSERT INTO `postjob` (jobtitle, positions, category) VALUES ("'.$_POST['title'].'", "'.$_POST['position'].'", "'.$_POST['cate'].'")'); if(!$qry) { die(mysql_error()); }

Member Avatar for GliderPilot
0
112
Member Avatar for davy_yg

Not sure why everybody is making this so complicated, it's simple. IF I have a table called "records" and the first column is called "id" (as should be on every databse table), then I'd grab the ID from each row (fastest mysql query possible, since it's a small result) and …

Member Avatar for Member #120589
0
182
Member Avatar for questorfla

Two methods come to mind: 1. Use a cookie to track the login, and give it an expiry time of 15 minutes from creation. Every time they load another page, or reload the current page, you check for a cookie and if they're logged in you renew the expiry time. …

Member Avatar for yehuda2001
0
222
Member Avatar for rhayken

We're not a coding service, but you can always try freelancer.com if you want to pay somebody a small amount (or me).

Member Avatar for yehuda2001
0
85

The End.