Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~326 People Reached
Favorite Tags
Member Avatar for loudstil

hello to all, I wrote a foreach() loop and inside I added a variable which also increase but not as with the array that run in the foreach(), but somehow the for each also increases my variable: [CODE] $n = 0; while($row = mysql_fetch_row($GetItems)){ echo "$n<tr>"; foreach($row as $cell){ if(strstr($cell,"Images")){ …

Member Avatar for loudstil
-1
85
Member Avatar for loudstil

Hi to all I would like to create a dynamic button which adding new rows to my table and then sending it to PHP, I manage to create the JS function but after the rows have been added its not apearing the HTML code and by that I can't send …

Member Avatar for Airshow
0
91
Member Avatar for loudstil

Hi to all, I wrote a code, and it gives me divide overflow, but the issue here is that when I run the program trough the debugger it works fine, but when I run the program in the dos mode it gives me Divide overflow error. here the code: [code=assembly] …

Member Avatar for loudstil
0
150