Pour examples of xml, but this is what I want to do. I have a quiz.
BASICALLY How do EXTRACT THE Contents and Values of these tags into
strings and arrays I can work with.
Depending upon the students answer, compared to the criterion below, I
need to calculate a value = x/1. The score could v
On Sun, Sep 16, 2007 at 06:04:45PM -0700, Richard Kurth wrote:
> Richard Kurth wrote:
>> Rick Pasotto wrote:
>>> On Sun, Sep 16, 2007 at 07:09:02PM -0400, brian wrote:
>>>
Richard Kurth wrote:
> $Campaign_array| = array('0','1','3','5','8','15','25');|
> I know that I can fi
Richard Kurth wrote:
Rick Pasotto wrote:
On Sun, Sep 16, 2007 at 07:09:02PM -0400, brian wrote:
Richard Kurth wrote:
$Campaign_array| = array('0','1','3','5','8','15','25');|
I know that I can find the next recored in a array using next. What
I do not understand is if I know the last nu
Rick Pasotto wrote:
On Sun, Sep 16, 2007 at 07:09:02PM -0400, brian wrote:
Richard Kurth wrote:
$Campaign_array| = array('0','1','3','5','8','15','25');|
I know that I can find the next recored in a array using next. What I do
not understand is if I know the last number was say 5 how d
On Sun, Sep 16, 2007 at 07:09:02PM -0400, brian wrote:
> Richard Kurth wrote:
>> $Campaign_array| = array('0','1','3','5','8','15','25');|
>> I know that I can find the next recored in a array using next. What I do
>> not understand is if I know the last number was say 5 how do I tell the
>> scri
brian wrote:
Richard Kurth wrote:
$Campaign_array| = array('0','1','3','5','8','15','25');|
I know that I can find the next recored in a array using next. What I
do not understand is if I know the last number was say 5 how do I
tell the script that that is the current number so I can select th
Richard Kurth wrote:
$Campaign_array| = array('0','1','3','5','8','15','25');|
I know that I can find the next recored in a array using next. What I do
not understand is if I know the last number was say 5 how do I tell the
script that that is the current number so I can select the next record
$Campaign_array| = array('0','1','3','5','8','15','25');|
I know that I can find the next recored in a array using next. What I do
not understand is if I know the last number was say 5 how do I tell the
script that that is the current number so I can select the next record
||
--
PHP General M
i'm quite sure you can't with php's built-in mail() function.
however more advanced modules should support it. look in PEAR, google
for phpmailer, etc. i'm sure there's got to be some. worst case i
think you have all the tools in PHP to make your own anyway.
On 9/16/07, debussy007 <[EMAIL PROTECT
argh! hotmail sucks
I don't see in the script where you are using $_POST / $_GET / $_REQUEST to
access tha data from the form. Its likely that the example you are following is
old and uses 'register_globals'. Since register_globals is a huge security hole
and is not active in any new installat
Hi,
$result = mysql_query("SELECT * FROM tablename WHERE
userName='$userName' AND password = '$password'");
if($rec = mysql_fetch_array($result)){
//your code
}
Try like this it may solve. It may solve your problem
Don't try to fetch the result from one single line code.
Warm Regards,
Sa
Why don't post an example of your news file too?
Joker7 schrieb:
Hi,
I'm using the code below to display news articles-which works great apart
from. I can control the number of articles,but I would like to add a link to
the bottom of the page to the un-displayed articles ( nexted 5 articles an
ZF rocks ;)
debussy007 schrieb:
I succeeded using the Zend Framework.
debussy007 wrote:
Hello,
I have read here : http://www.geekzone.co.nz/tonyhughes/599
that I can use Gmail as a free SMTP server.
Is it possible to change the php.ini in order to have this running ?
I need to specify in
I succeeded using the Zend Framework.
debussy007 wrote:
>
> Hello,
>
> I have read here : http://www.geekzone.co.nz/tonyhughes/599
> that I can use Gmail as a free SMTP server.
>
> Is it possible to change the php.ini in order to have this running ?
>
> I need to specify in some way the fol
On 9/16/07, Chris Carter <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Its just a login and password validation that I am trying to achieve. If the
> username is correct then the person is able to view certain page, if
> incorrect then he is directed elsewhere.
>
> $userid=mysql_real_escape_string($useri
Hi,
Its just a login and password validation that I am trying to achieve. If the
username is correct then the person is able to view certain page, if
incorrect then he is directed elsewhere.
Successfully,Logged in
logout.php Log OUT welcome.php Click here if your browser is not
redirecting a
Hello,
I have read here : http://www.geekzone.co.nz/tonyhughes/599
that I can use Gmail as a free SMTP server.
Is it possible to change the php.ini in order to have this running ?
I need to specify in some way the following :
Outgoing Mail (SMTP) Server - requires TLS: smtp.gmail.com (use
17 matches
Mail list logo