On 9/29/2013 1:38 AM, Jim Giner wrote:
session_start();
session_name("STORE");
set_time_limit(2400);
ini_set('display_errors', 'on');
ini_set('display_startup_errors', 'on');
error_reporting(-2);
ini_set('error_reporting', 'E_ALL | E_STRICT');
ini_set('html_
On 9/29/2013 1:29 AM, Ethan Rosenberg wrote:
On 09/28/2013 11:59 PM, Jim Giner wrote:
Ethan,Ethan,Ethan - what is all this "stuff" you have at the top??? Do
you know how any of this is supposed to be written? You can not put
Constants in quotes - they become just plain strings then, not Cons
On 09/28/2013 10:53 PM, Aziz Saleh wrote:
Ethan, can you do a var_dump instead of print_r. It might be that next_step
has spaces in it causing the switch to not match.
Aziz
Aziz -
Used var_dump no further information
Ethan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
On 09/28/2013 11:59 PM, Jim Giner wrote:
Ethan,Ethan,Ethan - what is all this "stuff" you have at the top??? Do
you know how any of this is supposed to be written? You can not put
Constants in quotes - they become just plain strings then, not Constants
with the predefined values you (and the
Thanks for the message,
Do you have any information how to create JS file and how to access from
jQuery auto complete?
Thanks again for helping,
Regards,
Iccsi,
"Bastien" wrote in message
news:57469e24-56e6-40c9-8176-64cd8444f...@gmail.com...
Thanks,
Bastien
On Sep 28, 2013, at 8:2
Ethan,Ethan,Ethan - what is all this "stuff" you have at the top??? Do
you know how any of this is supposed to be written? You can not put
Constants in quotes - they become just plain strings then, not Constants
with the predefined values you (and the functions) are expecting. For
example
On 9/28/2013 10:33 PM, Ethan Rosenberg wrote:
Dear List -
I have a working program. I made one change in a switch statement, and
it does not work. I'm probably missing something fundamental.
Here are some code SNIPPETS... [please note that all my debug
statements are at the left margin]
Set
Thanks,
Bastien
> On Sep 28, 2013, at 8:24 PM, "iccsi" wrote:
>
> Thanks for the information and help,
> Yes, my data is pretty much static,
> Can you please give me some link for the solution?
> It is the solution I am looking for my current situation,
>
> Thanks a million for helping,
>
>
Ethan, can you do a var_dump instead of print_r. It might be that next_step
has spaces in it causing the switch to not match.
Aziz
On Sat, Sep 28, 2013 at 10:33 PM, Ethan Rosenberg <
erosenb...@hygeiabiomedical.com> wrote:
> Dear List -
>
> I have a working program. I made one change in a swit
Dear List -
I have a working program. I made one change in a switch statement, and
it does not work. I'm probably missing something fundamental.
Here are some code SNIPPETS... [please note that all my debug
statements are at the left margin]
Setup...
echo " value='already_seen'>";
Thanks for the information and help,
Yes, my data is pretty much static,
Can you please give me some link for the solution?
It is the solution I am looking for my current situation,
Thanks a million for helping,
Regards,
Iccsi,
"Bastien" wrote in message
news:deb5dfe9-ec7f-4bc5-9e2e-acfb8503
> On Sep 28, 2013, at 6:00 PM, "iccsi" wrote:
>
> Thanks for the message and help,
> because I use jQuery autocomplete which has performance issue for thousands
> records due to network load data.
> I want to load the data to local table to resolve performance issue, if it
> possible I can lo
Thanks for the message and help,
because I use jQuery autocomplete which has performance issue for thousands
records due to network load data.
I want to load the data to local table to resolve performance issue, if it
possible I can load to an array in the memory.
Thanks again for helping,
Re
Thanks,
Bastien
> On Sep 28, 2013, at 3:24 PM, "iccsi" wrote:
>
> I need create a local table on the local machine.
> I would like to know is it possible to down on server side or client side or
> jQuery to do the work.
> Your information and help is great appreciated,
>
> regards,
>
>
>
I need create a local table on the local machine.
I would like to know is it possible to down on server side or client side or
jQuery to do the work.
Your information and help is great appreciated,
regards,
Iccsi,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
Thanks,
Bastien
> On Sep 27, 2013, at 12:56 AM, Mariusz Drozdowski wrote:
>
> Hi all php experts,
>
> I would like to ask you all a question, I hope this is the right place
> to ask it.
>
> I'm writing a PHP extension now in c/c++. User uploads a file (could be POST
> or PUT method, but I c
16 matches
Mail list logo