cfc...@pb1.pair.com...
> Pieter du Toit wrote:
>> Hi
>>
>> This is my first class and it does not work, i do a return
>> $this->responseArray; with the public function getResult() method, but
>> get
>> nothing. Can someone please help me.
>>
>&g
Sorry i found the problem, need to do this:
public function getResult()
{
$this->processRequest();
return $this->responseArray;
}
""Pieter du Toit"" wrote in message
news:57.90.5.88fec...@pb1.pair.com...
> Hi
>
> This is my first
Hi
This is my first class and it does not work, i do a return
$this->responseArray; with the public function getResult() method, but get
nothing. Can someone please help me.
Thsi is how i create the object
$number = new Smsgate($cell_numbers, $message, "27823361602", "27");
$result = $number->g
Thanks Colin this will help me, like i said im just trying to help its not
my code and i dont work with photos like this, but i Do appreciate your
patience with me.
"Colin Guthrie" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Pieter du Toit wrote:
>> T
code to work with photos, i normally use move_uploaded_file and put the path
in the databse, but it look like this code puts the photo in the database as
binary or something.
"Colin Guthrie" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Pieter du Toit
hat variable are you passing as the parameter?
>
>
>
> -Original Message-
> From: Pieter du Toit [mailto:[EMAIL PROTECTED]
> Sent: 05 March 2008 13:36
> To: php-general@lists.php.net
> Subject: [PHP] Re: Variable post as array
>
> This is my problem
>
> Warning:
FILES); to see all the values in the variable?
>
> Its difficult to see whats going on as you posted your whole file.
>
>
>
> -Original Message-
> From: Pieter du Toit [mailto:[EMAIL PROTECTED]
> Sent: 05 March 2008 12:38
> To: php-general@lists.php.net
> Subj
This is my problem
Warning: fopen() expects parameter 1 to be string, array given in
/usr/www/users/zululr/marketplace/myzululand/specials_proc.php on line 49
"Colin Guthrie" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Pieter du Toit wrote:
>> H
;Colin Guthrie" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Pieter du Toit wrote:
>> Hi
>>
>> I have this weird problem, when i select a file to upload, the variable
>> arrives as an array at the action php file, this is the code, and the
>> var
Have you tried print_r($_FILES); to see all the values in the variable?
>
> Its difficult to see whats going on as you posted your whole file.
>
>
>
> -Original Message-
> From: Pieter du Toit [mailto:[EMAIL PROTECTED]
> Sent: 05 March 2008 12:38
> To: php-general
98% of the pages is PHP, and i dont know if all my code is *nix compatable,
it should be, but i dont want to take the risk by moving, i already have to
much to do still.
"Paul Scott" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> On Mon, 2008-02-04 at
I am using paradigmsolutions.co.za. I read about cronjobs, but aparently it
is only available on unix or linux hosting, is this true?
"Paul Scott" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> On Mon, 2008-02-04 at 16:30 +0200, Pieter du Toit wrote:
>&g
Hi people
Is there a way that i can schedule tasks on my webserver that will
automatically fire on a certain time and date, without anyone visiting the
website?
This domain is hosted by a ISP and not by me.
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
Hi
Is there a way to stop download managers on my php webpages?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
But why is the php code showing just like my code at the top when i right
click the webpage and view source, i suspect this must be a php.ini setting
or sonmething
"Tijnema" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On 6/24/07, Pieter du Toit <[E
Nothing major here is the code:
Name:
"Stut" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Pieter du Toit wrote:
>> I installed PHP5 on iis and i can see "hello world" and phpinfo.
>>
>> When i right click the
Hi
I installed PHP5 on iis and i can see "hello world" and phpinfo.
When i right click the webpage and view source, i can see the php code, and
the form does not want to post the form details.
Will appreciate any help.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
Hi guys
I have a website that is being crawled or whatever and i have a submission
form for an event.
I keep on getting random mail from this form.
I have even disabled the submit button on the form, but keep on getting it.
What can i do?
--
PHP General Mailing List (http://www.php.net/)
To
Hi
I want to pause script in php, in a while loop, so that a key must be
pressed or a button must be clicked for the script to continue.
Is this possible, i had a look at some functions, but it is not what i want.
Can someone point me in a direction to search or maybe solve this problem
for me
Hi guys
How do i get a unique max number from a mysql table column?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t cannot unserialize. This piece of code, even though
it doesn't use the db, shows the problem perfectly.
The other funny thing is that not all arrays break when I am doing this. I
have quite a lot of similar arrays that work find when you do this. This one
however needs to work too
I do suspect though, that the problem lies with how I am using addslashes
and how I am not using it. Any definitive help would be much appreciated.
pieter
On 5/16/05, Petzo <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> My question is about the norlmal behaviour of PHP and MYSQL but I ca
Is there any way that i can see if using htaccess file is enabled on server
without contacting my isp.
I created a htaccess file and ftp'd it to the server with the
register_globals flag set to 0:
this is the htaccess code
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* *
I have the following code:
function display_setcom() {
global $config;
dsprint("display_setcom()");
dprint($_SESSION["logged_in"]);
$user_id = $_SESSION["logged_in"];
$result = mysql_query("SELECT users.user_first_name, users.user_last_name,
users.user_cell, users.user_idnom, users.user_email
Hi all
I have data in one field in a database, all is numbers that can be
duplicated.
200, 200, 100, 50, 30.
i need to get all data from this field, terminate the duplicates and get the
max nuber that is not a duplicate, in the numbers above that would be 100.
I had a look at array_unique, but
This type of action is used in a lot of files in "PHPbb".
I need to change someting in the "Jump to" at the bottom of Search and
memberlist pages.
"Pieter From Sa" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> This has me conf
Hi
This has me confused, is this Java or a php class, a constant or what?, i
have never seen this kind of action.
In what type of file will i find the "S_MODE".
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
:
The page cannot be refreshed without resending the information. Click retry
to send the information again, or click cancel to return to the page that
you were trying to view.
This is very irritating.
Can someone tell me how to resend the info automatically, please
Thanks
Pieter
--
PHP
I recently started coding online and i have the weirdest response, my code is:
";
print (gettype($id));
if ($id = "add" )
{
echo "is add";
exit;
}
if ($id = "own" )
{
echo "id is own";
exit;
}
if ($id = "all" )
{
echo "id is all";
exit;
}
?>
$id in this case = "own", but it
Fatal error: start-condition stack underflow
Have not seen this error in 4 years of programming PHP.
Came up in looping SMTP socket test.
Anyone knows what this means?
Thanks
Buiten Westen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi all,
is there a way to execute a custom function as soon as an error happens in
PHP? I looked at the set_error_handler function, but it doesn't seem to trap
all the errors. What I want to achieve is to execute a function that mails
me the error everytime an error happens.
Cheers,
Pieter
We have never used mysql_pconnect.
Regards,
Pieter Philippaerts
"Stefan De Wal" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> check your connection string and if it something like mysql_pconnect
change
> it in mysql_connec
Unfortunately, I can't access these settings. It's not our computer that
hosts
our website.
Regards,
Pieter Philippaerts
"Richard Lynch" <[EMAIL PROTECTED]> wrote in message
01e501c138ce$f3008300$6401a8c0@Lynchux100">news:01e501c138ce$f3008300$6401a8c0@Lynch
stops executing?
Is there anything I can do to resolve this problem?
Regards,
Pieter Philippaerts
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
34 matches
Mail list logo