Forum: PHP Sep 23rd, 2009 |
| Replies: 5 Views: 292 @ardav
i'm just say he should check the routine that put the data into the db (he didn't list it) |
Forum: PHP Sep 21st, 2009 |
| Replies: 5 Views: 292 you said that you used Implode("/r", The Field) to create the Db
you should have used Implode("\r", The Field) |
Forum: PHP May 4th, 2009 |
| Replies: 1 Views: 357 i googled this:
http://unk1911.blogspot.com/2005/10/php-normal-cumulative-distribution.html |
Forum: PHP Sep 22nd, 2008 |
| Replies: 3 Views: 457 Just add
$find=$_POST['find'];
at the start of search-exec.php |
Forum: PHP May 30th, 2008 |
| Replies: 1 Views: 521 use mysql_real_escape_string to make our $name |
Forum: PHP May 30th, 2008 |
| Replies: 6 Views: 1,913 someting like this:
$query = sprintf("SELECT Personal_tutor FROM Student WHERE student_ref='%s' ",
mysql_real_escape_string( $username));
$tutorname = @mysql_query($query);
if... |
Forum: PHP May 26th, 2008 |
| Replies: 4 Views: 586 you have a typ at the start
function confirm_query($result_set) {
if (!Sresult_set) {
must be
function confirm_query($result_set) {
if (!$result_set) { |
Forum: PHP Sep 14th, 2007 |
| Replies: 6 Views: 3,039 Your switch problem is fixed.
You just have a bug online 29
trie
if(strpos('*image/gif image/jpg', $Files[' file1']['type'])) { |
Forum: *nix Software Aug 9th, 2007 |
| Replies: 2 Views: 1,241 By copying the directory you might have chanched the owner or the permisions ? |
Forum: PHP Jan 10th, 2007 |
| Replies: 3 Views: 853 You used " in a string . This is't
nessarray. Just remove them
echo "<center><br><br><a href=http://novatrader.net/index.php?option=com_puarcade&Itemid=51><< Choose Another... |
Forum: PHP Dec 11th, 2006 |
| Replies: 2 Views: 1,726 Thanks for the replay
I've discided to download the pictures. Turns out that downloading the image doesn't get blocked at all. :) :o
I put in
echo "image = <img src={$this->imageUrl} />";
to... |
Forum: PHP Dec 8th, 2006 |
| Replies: 2 Views: 1,726 Hi all
I'm writing a code to search image on google and parse the urls to a flash aplication. More and more I don't get the image but a picture that tells me not to hotlink. I want to detect this... |
Forum: PHP Sep 11th, 2006 |
| Replies: 20 Views: 43,782 do you notice the de color of the code chanched after
<?region-start id="lines" type="repeat" ?>
the ?> tag closes the php sesion despate it being commened out by //
use of /* */... |