Check premium expire
Hi,
I am making a simple file hosting site and want to check if users premium subscriptions h
Frustrated php Newbie
First off, I am pretty much a PHP nub. I can read and understand the language (most of the time) so
simplexml_load_file and rss problem
Hi,
I have a problem parsing an rss feed using simplexml_load_file - this is strange as i hav
login from external site
Hi my new experience begins, Now what i am trying to do is i make three pages, login.php logout.php
Problem with PHP/mySQL login code
Hello,
There is an error in my login script and I can't figure out what it is...
I believe
scandir clients directory
hi,
how can i scandir the clients directory? i need a script that when i click a button it will u
Intrastat Report Config in ECC 6.0 - goods Movement in EU countries
Colleagues, need ur help to understand the changes require in ECC 6 standard Report configuration se
Limiting uploaded file type
Hi. First post here
I am working on a simple upload script, and I need it to limit the allowed f
how to populate a drop down box
Hi buddies!
PROCEDURE DOWNLOAD_REPORT_FORM (report_name varchar)
is
begin
DOWNLO
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very