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
~5K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for peter_carlos

Hello, I have a problem with update in MySql database. In a university system a student apply for what is called a petition then the admin signs it and adds a note. When the admin signs for the first time and enters his note it works. But when the student …

Member Avatar for peter_carlos
0
215
Member Avatar for davy_yg

Try to close the div tag [CODE]<div id="wrapper">[/CODE] or remove it. [CODE] <body> <?php include('includes/header.php'); ?> <div id="nav"> <a href="#">Home</a> <a href="#">About</a> <a href="#">Portfolio</a> <a href="#">Contact</a> </div> <!-- end #nav -->[/CODE]

Member Avatar for azeem786
0
2K
Member Avatar for sammry

Try this [CODE]SELECT user_id,parent_user,loginname,email,mobile FROM tbl_users t1 where t1.status_id='2' inner join tbl_users t2 on t2.user_id=t1.parent_user [/CODE] hope it works

Member Avatar for peter_carlos
0
147
Member Avatar for ppohlmann

You are comparing with two fields in the database with concatenation. You should compare each field alone [CODE] SELECT * FROM usrteams where '2011-12-01' <= games.gamedate and '22:58:00' <= games.cutofftime [/CODE]

Member Avatar for ppohlmann
0
206
Member Avatar for peter_carlos

I am using : appache 2.2.11 php :5.3.0 MySql 5.1.36 The problem is that I am there are some script not working nether on IE8 nor on firefox 4 in offline But these scripts are working fine on IE 8 using online !! And these scripts work offline on other …

Member Avatar for peter_carlos
0
445
Member Avatar for peter_carlos

I am using : appache 2.2.11 php :5.3.0 MySql 5.1.36 The problem is that I am there are some script not working nether on IE8 nor on firefox 4 in offline But these scripts are working fine on IE 8 using online !! And these scripts work offline on other …

Member Avatar for peter_carlos
0
2K

The End.