On Fri, 2010-03-12 at 21:33 -0500, Martine Osias wrote:
> The sessions variables are OK. They don't print when I put them on the HTML
> page with this code.
>
>
>
>
>
>
> align="right">
>
>
> Thank you.
>
>
> Martine
>
> ""Martine Osias"" wrote in message
> news:95.0c.13686.c7cd
Hello Martine,
As you have been already told, the is not always supported.
However I'd suggest you to do the following (since I love this form of
tag):
«»
Note: I put within the tag only the variable.
--
With best regards from Ukraine,
Andre
Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru
On Sat, 2010-03-13 at 12:22 +0200, Andre Polykanine wrote:
> Hello Martine,
>
> As you have been already told, the is not always supported.
> However I'd suggest you to do the following (since I love this form of
> tag):
> «»
>
> Note: I put within the tag only the variable.
>
> --
> With b
Hello Ashley,
And if the site is full of that code?)) I think it's worth to learn
what's really the reason of the fact that it doesn't work. Besides
that, it's more readable for me.
And the right thing that was said here is the following: check the
php.ini settings and change them if possible.
--
On Sat, 2010-03-13 at 12:49 +0200, Andre Polykanine wrote:
> Hello Ashley,
>
> And if the site is full of that code?)) I think it's worth to learn
> what's really the reason of the fact that it doesn't work. Besides
> that, it's more readable for me.
> And the right thing that was said here is th
Hello all,
If possible, I would like to ask and have your help about the methods and
procedures that should exist to accomplish the following task:
I need to grab some data from one mySQL database with some specific table
and field names, to another mySQL database with specific table and field
nam
First of all, i recommend the use of normal php tags () because
the short tags are atm marked as* **DEPRECATED*.
You should also echo your values to the page, instead using the shortcut
remember that between tags, we have normal php code.
Rewards
___
Jo
MEM wrote:
> Hello all,
>
> If possible, I would like to ask and have your help about the methods
> and procedures that should exist to accomplish the following task:
> I need to grab some data from one mySQL database with some specific
> table and field names, to another mySQL database with spec
On Sat, 2010-03-13 at 17:09 +0100, Per Jessen wrote:
> > If possible, I would like to ask and have your help about the methods
> > and procedures that should exist to accomplish the following task:
> > I need to grab some data from one mySQL database with some specific
> > table and field names, to
MEM wrote:
Hello all,
If possible, I would like to ask and have your help about the methods and
procedures that should exist to accomplish the following task:
I need to grab some data from one mySQL database with some specific table
and field names, to another mySQL database with specific table
Hi gang:
I just completed writing a survey that has approximately 180
questions in it and I need a fresh look at how to store the results
so I can use them later.
The survey requires the responder to identify themselves via an
authorization script. After which, the responder is permitted to
On Sun, Mar 14, 2010 at 2:10 AM, tedd wrote:
> Hi gang:
>
> I just completed writing a survey that has approximately 180 questions in
> it and I need a fresh look at how to store the results so I can use them
> later.
>
> The survey requires the responder to identify themselves via an
> authoriza
+1, but it also kinda depends on what you want to do with it later,
and how much.
if you want to re-use filled-in reports on the javascript end, you may
want to use json_encode() instead of serialize().
if you plan to have many (say >5000) reports filled in and want users
to be able to search qui
Rob's approach is what I use as well, if faced with this issue. It's
quick and simple to do.
Bastien
Sent from my iPod
On Mar 13, 2010, at 12:47 PM, Robert Cummings
wrote:
MEM wrote:
Hello all,
If possible, I would like to ask and have your help about the
methods and
procedures that
I'd go with a mysql data modelled approach as it will allow mysql to
do lots of the heavy lifting during analysis as you've mentioned. If
there are a lot of entries, it's gonna get complex and expensive
memory-wise to manage XML or session based datasets.
Plus having each question as it's o
the OP may not need such fanciness.. it depends on the amount of
reports he wants to store, the types of searches (if any) done by
browsers, and the amount of searches to expect.
and the OP may not have good db design skills yet.
for a noob, it's one timeconsuming thing to build a datamodel, but
i
I'd like to know
- what type of hosting and OS the 2 databases are running.
- if they're (staying) on the same machine, and if not: whats the
available bandwith (up&down, low&peak) between the machines? any cost
to that bandwith?
- if you have admin rights on both databases.
- how often you need t
Hi..
I'm building a newsscraper -> portal.
Fetching, parsing and storing many links to news items per hour was
not much of a problem.
Translations between languages can be done via google, so that wont be
much of a problem either i suspect.
I dont want to reveal too much of my business idea, but
>
> I'd like to know
>
> - what type of hosting and OS the 2 databases are running.
> - if they're (staying) on the same machine, and if not: whats the
> available bandwith (up&down, low&peak) between the machines? any cost
> to that bandwith?
> - if you have admin rights on both databases.
> - h
On Sat, Mar 13, 2010 at 02:45:37PM -0500, Phpster wrote:
> I'd go with a mysql data modelled approach as it will allow mysql to
> do lots of the heavy lifting during analysis as you've mentioned. If
> there are a lot of entries, it's gonna get complex and expensive
> memory-wise to manage XML or s
On Sat, Mar 13, 2010 at 09:04:46PM +0100, Rene Veerman wrote:
>
> and the OP may not have good db design skills yet.
> for a noob, it's one timeconsuming thing to build a datamodel, but
> it's harder to get it efficient yet simple.
>
>
> OP: if you need a mysql datamodel for reports, i'm w
Hi Tedd,
just a few thoughts that might help ...
Op 3/13/10 6:10 PM, tedd schreef:
> Hi gang:
>
> I just completed writing a survey that has approximately 180 questions
> in it and I need a fresh look at how to store the results so I can use
> them later.
first off - wasn't there a cut'n'dried
22 matches
Mail list logo