reating a background image
I am building a site in drupal and have a php form in it, due to certain annoyances with module buil
How to generate a random array of integers subject to a certain constraint
I am writing a program that asks the user to enter an integer N and then generates a random array of
Backflush
I am looking for a report in SAP that would give me a list of all parts that are populated with a ba
Problem with HTTP Caching...?
Hi there, im trying to implement caching. But it doesn't always work.
I post it here because ther
RSS poster script?
I have found a script that posts RSS's for me on a site that I'm building. However I would like to a
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
User information
Hi All,
By using t-code SUIM we get all the user details,if suppose we donot have permission t
PHP url branch??
Functionally, using PHP, I'm doing a test of login input submitted by a user via an html form in a f
getting a website's source code as a variable? How?
Hey guys, is there any way for me to get the source code of a website as a variable for me to work w