UDP server recvfrom() always returns -1? :(
Hello all,
I am getting a very strange error in my code :( I am writing a server application in C
user data not transferring to new page
I'm a PHP learner. After an index.php page, the user goes to a login.php page. Both pages seem to
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
Help with forum quoting?
Hi im working on a forum and I have alomost finished it but i want a user quote system like twitter
How to extract/download content from HTTPS page?
Hello to all the Members of this forum, Im Shoiab, A novice programmer in php.. for my first job I h
How do I send data using an html link
Hi
If I have
<a href="main_file.php">
How do I send data t
Gerenate tabel in Php
I whant to generate a tabel takeing data from database like this one so the results to be display on
Image DPI
Hi.
I allow users to upload images, the user then is able to adjust several settings for the
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh