Is it possible to put an entire 500-page book in a database with PHP?
I am working on an intranet and I was wondering if its possible to code php with mysql to enter a fu
Multiple Do / While Statements?
I'm still very new to PHP, and running in to a problem when trying to execute a do/while loop inside
mysql select query problem
how can i select multiple fields from multiple table in one query like
i have table name t1 a
System copy error in RUN ABAP REPORT PHASE
Hi,
I am performing system copy on my test server. I have previously taken export of JAVA + A
php email checker
I am having alot of trouble finding info on how to do these email things. I need to do the following
Transform value 0 in no and 1 in yes help needed
Hello,
I have this in the table: "value" type int 0 to represent false and 1 to represe
If a record matches an existing record do nothing
So I don't know if I should put this here or in mysql, but what my script is for is for people to ad
Email Form Syantax Issue 2
How to make this look FROM:"OUR TEAM" instead of FROM:abc@mail.com
$headers = "
http to https
Hi,
Is there any specific method/condition to move an http:// page to https:// ?
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)