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 #54.9K
~510 People Reached
Interests
Web Developing (frontend and backend) PHP, MySQL, CSS, HTML, Javascript
PC Specs
Apple Mac Book Pro 2011 OS/X Lion
Favorite Forums
Favorite Tags
Member Avatar for Q8iEnG

Dear all :) Kindly, check this link on google chrome: [url]http://www.q8ieng.com[/url] See the pagination it is after the images! How can I fix it? If you open the website in IE 9 it will show you the correct pagination place! I wonder.. how to solve that! Thanks :)

Member Avatar for Q8iEnG
0
203
Member Avatar for in4sys

Simple table like this [CODE] CREATE TABLE IF NOT EXISTS `users` ( `id` int(255) NOT NULL AUTO_INCREMENT, `username` varchar(25) NOT NULL, `password` varchar(25) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=101 ; [/CODE] [CODE]<?php session_start(); function insert(){ if(isset($_POST)&& isset($_SESSION['post_vars'])){ $insert_query="insert into users set username = '".$_SESSION['post_vars']['username']."' , password …

Member Avatar for Skelly1983
0
201
Member Avatar for xabi

Having trawled through approx 100 sites looking at various scripts, I cannot seem to find what I need, so was hoping that somebody could point me in the right direction. Either for a free script or tutorial or I would even consider a paid script. I have a website that …

Member Avatar for Skelly1983
0
106