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

9 Posted Topics

Member Avatar for Karthik.gautham

Hi guys I want to commit the transaction if all the queries executed in the loop, or else I need to rollback how do i do this, I tried this , but I am not sure how efficient it is. mysql_query("START TRANSACTION"); for($i=0;$i<100;$i++) { $res=mysql_query("some query") array_push($array,$res); } if(in_array(0,$array)) mysql_query("rollback"); …

Member Avatar for mschroeder
0
134
Member Avatar for leemp5
Member Avatar for gunnarflax
0
139
Member Avatar for Karthik.gautham

Hi guys, i want to to know the follownig status in my php.ini file 1 zip is enabled or not 2 openssl is enabled or not i treied using ini_get('zip') but its not working pls help me out. Thanks in advance

Member Avatar for MindSter
0
200
Member Avatar for cristi08
Member Avatar for BlueCharge

use queries like this $res="mysql_query("SELECT * FROM users WHERE username LIKE '$lettercombo' ORDER by username"); $num=mysql_num_rows($res); $limit=0; $select = mysql_query("SELECT * FROM users WHERE username LIKE '$lettercombo' ORDER by username limit $limit-20"); while($fetch = mysql_fetch_array($select)) { ?> <tr> <td><a style="color:#5b9600; font-weight:bold; text-shadow:0px 1px 0px fff;" href="viewuser.php?user=<? echo $fetch['username']; ?>"><? echo …

Member Avatar for Member #334542
0
201
Member Avatar for Karthik.gautham

Hi guys, can anybody tell me where can i download oracle 9i, please send me some links, Thanks in advance.

Member Avatar for Member #334542
0
75
Member Avatar for sainigks

When you want to get access the user input on the same page use "GET" method instead of "POST" method and use isset($_GET['submit']), I am new to php and recently I have started working on php, so I have jus suggested my taught

Member Avatar for metalix
0
161
Member Avatar for Awah Mohamed

Close the while statement at the end of the table <?php } ?> and avoide using <?//code?> instead try to use <?php //code /?> cause it may cause some serious problem in some hosts, if allow <? ?> is not un commented in your php.ini file

Member Avatar for Shanti C
0
130
Member Avatar for hjaffer2001

Before inserting into the table, fetch the latest date from the table like; $res=mysql_query(

Member Avatar for Karthik.gautham
0
151

The End.