Search Results

Showing results 1 to 13 of 13
Search took 0.01 seconds.
Search: Posts Made By: pzuurveen
Forum: PHP Sep 23rd, 2009
Replies: 5
Views: 292
Posted By pzuurveen
@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
Posted By pzuurveen
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
Posted By pzuurveen
i googled this:

http://unk1911.blogspot.com/2005/10/php-normal-cumulative-distribution.html
Forum: PHP Sep 22nd, 2008
Replies: 3
Views: 457
Posted By pzuurveen
Just add

$find=$_POST['find'];

at the start of search-exec.php
Forum: PHP May 30th, 2008
Replies: 1
Views: 521
Posted By pzuurveen
use mysql_real_escape_string to make our $name
Forum: PHP May 30th, 2008
Replies: 6
Views: 1,913
Posted By pzuurveen
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
Posted By pzuurveen
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
Posted By pzuurveen
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
Posted By pzuurveen
By copying the directory you might have chanched the owner or the permisions ?
Forum: PHP Jan 10th, 2007
Replies: 3
Solved: parse error
Views: 853
Posted By pzuurveen
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>&lt;&lt;&nbsp;Choose Another...
Forum: PHP Dec 11th, 2006
Replies: 2
Views: 1,726
Posted By pzuurveen
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
Posted By pzuurveen
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
Posted By pzuurveen
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 /* */...
Showing results 1 to 13 of 13

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC