Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
Using real time in php
I'm very average at PHP and im looking to introduce time to something on my site.
Its a sports si
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "My mess
Saving data from a form into a file
Hey everybody,
Sorry, I am really new to PHP coding and such but a project kind of got thrust
Why does this file not return file names that start with numbers?
This file returns a list of filenames to help populate a drop down in my form. For some reason it ig
Search function
I am looking for some guidance from the experts.
I am trying to create a search function. It
FPDF Help
I've been playing with the FPDF module. I was building a form and rolling right along and then sudde
Question about the upload of large files
Hi there,
I have a question about the upload of large files, like videos (files generally abo
PHP submit form script causing blank page
Im trying to submit a form using this script, however nothing shows up on the page, does anyone know
Facebook status update API
Hello,
So, I'm trying to create my first Facebook application with PHP.
Basic ideas fo