problem when runing a funciton
I am trying to connect to database using a funciton in a functions.php
<?php
funct
file_put_contents and createimagefromjpeg
All,
I do somethings and then I have the following code:
file_put_contents('./test/'.$filename
http to https
Hi,
Is there any specific method/condition to move an http:// page to https:// ?
Help with explandable category tree
I have the below query:
SELECT l1.id as lev1_id,l2.id as lev2_id,l3.id as lev3_id,l1.categ
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
Format String help
I have a textbox where a person enters an application number. the application number is 10 characte
Retrieving innerHTML with cURL?
Hey all (sorry I know I'm a leecher, but I soon won't be. This is my first PHP project, but not my l
AJAX form submit
I recently built a form that submits data to my database with an ajax function that is called throug
Not "Just Another" MMORPG - text based.
Hello,
I've been learning MySQL and PHP for the last 2-3 years.
Though, I've had long paus
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<