cstdatomic (c++0x std::atomic) / g++ 4.4
Hello,
I'm trying to use cstdatomic (std::atomic in the upcoming c++0x standard) in g++
LOOPing Problem
Hello All!
The following code loops through the data and displays the data accordingly. My p
Update not working ... please help
Hi,
I am trying to update a row using an edit form by passing id of the row .. but it is not
How do I send data using an html link
Hi
If I have
<a href="main_file.php">
How do I send data t
How to add functionality to a simple php calender?
Hello everyone,
I have just finished creating a simple php calander. Can someone point
Simple MySQL script is not working
Hey guys,
Just familiarizing myself with PHP and MySQL. I am following along in the O'Reilly
eregi to preg
Im converting my regex for php 5.3 and I am stuck on the following
Code: [Select]if((eregi(&q
Contents of variable not echoing
Hey guys, hopefully this is an easy one...
In this line, the variables are not echoing out. T
PHP FTP Can't upload Big FIles
Anyone had any success using FTP to upload a file say 90m?
im using ftp_put and it returns fa
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)