Hey Jarred,
Sorry I couldn't get to you earlier. Thanks again for all the help.
And yes, I live maybe about 15-20 min from the new stadium.
Take care...
Navid
On 5/27/07, Jared Farrish <[EMAIL PROTECTED]> wrote:
On May 26, 5:39 pm, [EMAIL PROTECTED] ("Navid Yar") wr
Thanks so much Jarred. It helps me learn more when there's an
explaination on how the code works. I'll play around with it, change
it a bit and give that a try. Take care...
P.S. -- I'm in Arlington, TX
On 5/26/07, Jared Farrish <[EMAIL PROTECTED]> wrote:
On 5/26/
Hello Everyone,
I have a problem with GET strings. I use
$_SERVER["REDIRECT_QUERY_STRING"] to get the value-pairs in the URL.
The problem is that there is a cID variable that keeps appending itself
to the string continuously everytime someone clicks on a different
category link on the website. Fo
Hello Everyone,
I have a problem with GET strings. I use
$_SERVER["REDIRECT_QUERY_STRING"] to get the value-pairs in the URL.
The problem is that there is a cID variable that keeps amending itself
to the string continuously everytime someone clicks on a different
category link on the website. For
Hello Guys,
I need a little bit of help with recursion. I've searched our PHP website
and Google, but none helped me understand my problem. There is a code below
this message in order to help you understand what I am trying to achieve.
Here is an explaination:
What I'm trying to do is list a typi
3, 2002 4:41 PM
To: Navid Yar
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Image Manipulation/GD support
Try image/jpeg as your content-type
On Sat, 23 Mar 2002, Navid Yar wrote:
> Hello,
>
> I just enabled GD support for PHP via the php.ini file. When I try to
> run a script that uses th
Hello,
I just enabled GD support for PHP via the php.ini file. When I try to
run a script that uses the functions included in the library, it gives
me a dialog box asking me whether I want to save the php file to a
specific location or not. I don't need to save it, I need PHP to run it.
This is h
hecked the syntax on the MySQL command line and it worked just fine. So
it's not the syntax either. I don't know what it could be :(
-Original Message-
From: Robert V. Zwink [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 3:42 PM
To: Navid Yar
Subject: RE: [PHP] Databas
Yes, Jason. I posted it earlier, but here it is again.
// Error I'm getting
Error in query: SELECT label FROM menu WHERE id = 3
Warning: Supplied argument is not a valid MySQL result resource in
e:\localhost\menu\menu.class.php on line 47
// Object being called from get.php
get_label(1);
?>
, 2002 4:36 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Database Error
On Wednesday 06 March 2002 18:27, Navid Yar wrote:
> I'm thinking that it probably has to do with the quoting scheme or
> something else. I tried it on the command line, and it worked fine. I
> don't even th
---
From: Jason Wong [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 3:51 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Database Error
On Wednesday 06 March 2002 17:56, Navid Yar wrote:
> Ok guys, I need help with this one. I am getting the error: Error in
> query: SELECT label FROM m
Ok guys, I need help with this one. I am getting the error: Error in
query: SELECT label FROM menu WHERE id = '1'. Why am I getting this
error? It seems right to me. I have the following code to call the class
object, and I listed the class below it (I'm fairly new to classes):
// Object being c
-Original Message-
From: Janet Valade [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 18, 2002 12:15 AM
To: gaukia 345; [EMAIL PROTECTED]
Subject: Re: [PHP] How to start a secure HTTP session?
To have a secure HTTP session, you must be communicating with a secure
web
server. This is
hanks...
Navid
-Original Message-
From: George Whiffen [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 18, 2002 7:09 AM
To: Navid Yar
Subject: Re: [PHP] form submission error trapping
Navid,
$SCRIPT_NAME is sometimes a safer alternative than $PHP_SELF.
The difference is that $PHP_SELF includes $
Simply, to send a form to itself, you can use a special variable called
$PHP_SELF. Here's an example of how to use it:
if ($somevalue) {
header("Location: $PHP_SELF");
} else {
execute some other code...
}
Here, if $somevalue holds true, it will call itself and reload the same
script/file.
Hello everyone,
I have a problem. I have a test database (used to learn MySQL) with a
table called customers and a field called email. The email field is set
to be unique, so I know that by using: $query = "select email from
customers where email = $email"; I will get one cell with the e-mail
add
Ok, I don't need a server, as I have plenty. But I just had to say that
we need more people like you in our world. You're a very nice guy, Liam.
Take it easy... :)
-Original Message-
From: Liam MacKenzie [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 11, 2002 4:19 AM
To: Balazs Laszl
PM, Navid Yar wrote:
> Hello everyone,
>
> I'm a "newbie" when it comes to XML. I need to know if there's an
> easy-to-understand documentation/tutorial online that will help me
> understand how PHP and XML work together, what software technologies
> PHP uses t
Hello everyone,
I'm a "newbie" when it comes to XML. I need to know if there's an
easy-to-understand documentation/tutorial online that will help me
understand how PHP and XML work together, what software technologies
PHP uses to parse XML/XSLT documents, and how to actually build PHP to
have sup
Hello everyone,
I'm a "newbie" when it comes to XML. I need to know if there's an
easy-to-understand documentation/tutorial online that will help me
understand how PHP and XML work together, what software technologies
PHP uses to parse XML/XSLT documents, and how to actually build PHP to
have sup
Ok, this is very important to me, but
I'm not sure how to explain it well. I
am working on a project using PHP that
supports about 6 different browsers and
browser versions. All the code is in one
single file for now, but I will
eventually split the code up and call
them using several include file
Try hotscripts.com. They have rating systems for all kinds of content
management systems available. They also give brief descriptions of each and
a link to their sites as well.
Navid Yar
-Original Message-
From: Kurt Lieber [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 30, 2001 12
); ?> and the correct
solution noted above. Can someone explain this phenomenon to me? Thanks
again in advance...
Navid Yar
-Original Message-
From: David Otton [mailto:[EMAIL PROTECTED]]
Sent: Saturday, September 29, 2001 2:36 PM
To: Navid Yar
Cc: [EMAIL PROTECTED]
Subject: Re: [PH
Thanks Hugh, that makes a lot of sense. I shall look for further details
about these functions and learn more about them. Thanks again for your
input.
Sincerely,
Navid Yar
-Original Message-
From: Hugh Danaher [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 5:23 PM
To: Navid
When using fgets() 3 times, does the pointer inside the file change
positions?
Navid Yar
-Original Message-
From: Richard Lynch [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 4:57 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: line by line
http://php.net/fopen
http://php.net
I think with everyone replying to "The future of PHP" e-mails and putting in
their two cents, we're eventually going to raise that $100,000 in no time.
Navid
-Original Message-
From: CC Zona [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 3:08 AM
To: [EMAIL PROTECTED]
Subject
Yes true, but the MARQUEE tag is deprecated and will no longer work in newer
browsers. I don't suggest you use that approach. It's up to you...
-Original Message-
From: Alexander Deruwe [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 29, 2001 8:15 AM
To: [EMAIL PROTECTED]
Subject: Re:
TED]]
Sent: Tuesday, August 28, 2001 11:07 AM
To: Navid Yar
Cc: Php-General@Lists. Php. Net
Subject: RE: [PHP] str_replace() function help
This is the code I use for articles that are taken out of a database and the
\n need to be changed to paragraphs
$art = htmlspecialchars($art);
$art = nl2br($
Hello,
I am creating an online text editor for a magazine site and I want to be
able to apply some CSS formatting into it. The following is the script that
adds the tags where necessary, then it strips the tags by
replacing them with some tags with CSS formatting. The problem I'm
having is tha
I downloaded it and it was fine for me. Installation only requires you to
unzip the files into some folder and run the Executable. Very easy and
quick. I like it, so far. I like the GUI better than phpMyAdmin...
-Original Message-
From: Chris Fry [mailto:[EMAIL PROTECTED]]
Sent: Monday, A
Thank you! :)
Navid Yar
-Original Message-
From: Christian Dechery [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 27, 2001 8:58 PM
To: Joseph Bannon; PHP (E-mail)
Subject: RE: [PHP] PHP mysql admin?
phpMyAdmin is very nice...
but not even close to Mysqlfront... try it out...
http
I love PHP, but for the following reason it could be the death of it. All
the PHP intellectuals stand up, get together, and solve this problem, or at
least give us some reassurance. (I'm only a newbie after all). :)
-Original Message-
From: Dan Harrington [mailto:[EMAIL PROTECTED]]
Sent:
Try this:
$text = nl2br(htmlspecialchars(stripslashes($text)));
With $text being the data outputted. It will replace apostrophes, quotes,
etc. with their proper html formatting.
Example: input: "PHP is Cool!"
html output: "PHP is Cool!"
Then if you don't want the $quot;, or whatever
There are big players who have an eye on the open-source market right now,
IBM being the biggest contributor. HP recently released their own Linux
version on their desktop PCs and is marketing them as we speak. Microsoft is
planning on giving away just part of their source code in their future
pro
Have you tried using the tag along with the tag? The tag
will not allow the text to wrap. You can use it outside the tags and
see what you come up with. It sounds simple, but it may provide you with the
solution that you need.
Navid
-Original Message-
From: Adrian D'Costa [mailto:[EM
But how? Are there any examples that I can take a look at somewhere? I would
love to see some. I've always wondered about how the links work to trigger
the template creation. Are there any samples or tutorials of that online?
Usually all I see is how the templates are created, but nothing of how i
Hello everyone,
I have a simple question, and I hope I ask it correctly without any
confusion. I want to build my own template scheme without using any 3rd
party, ready-made freeware template codes. But I am confused about one
thing. I am building a content driven website. The templates (such as
Hello Manuel,
So you suggest that I use the name attribute in XHTML and ignore the fact
that it has been depreciated and replaced by the ID attribute? Will that
solve my problem?
Navid Yar
-Original Message-
From: Manuel Lemos [mailto:[EMAIL PROTECTED]]
Sent: Sunday, May 20, 2001 11:49
Clayton, you might want to try hotscripts.com. They have a load of scripts
you can choose from, and it's all categorized as well. Good luck
Navid Yar
-Original Message-
From: Clayton Dukes [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 19, 2001 2:22 PM
To: [EMAIL PROT
? Has anyone
used XHTML and PHP together successfully, and if so how did you get around
the previously mentioned problem? Any help woould be much appreciated,
thanks in advance.
Navid Yar
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
Isaac,
Something like this worked for me...
go back and type an article before
sending.';
}
?>
Where $article would be the e-mail sent out in raw form.
-Original Message-
From: Isaac Force [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 4:03 PM
To: [EMAIL PROTECTED]
Subject
tried checking and
rechecking my code and it looks fine to me. It is also the exact script from
the book, yet with the errata's corrections applied as well. Any help from
you or any of our other collegues on this newsgroup would be helpful. Thank
you for your response and attempt to help.
Navid Yar
Hello,
I'm somewhat new to PHP. I'm having problems with a script and I don't know
why. It is from a book, yet it does not work for some reason. Both Apache
and MySQL are on and are working fine on my system. The code deals with
creating tables within a database (the database already exists. The
You know, I was wondering the same thing. My situation is the same. My
opinion is that the professional version probably strips out most of the
beginner's content and adds more advanced php content and dives into
everything in more detail rather than just trying to get a beginner off
their feet by
ss someday. If I
was good at PHP, I would contribute some articles, but I'm just a newbie for
now. But maybe someday. Take it easy :)
Sincerely,
Navid Yar
-Original Message-
From: PHPBeginner.com [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 24, 2001 12:16 AM
To: [EMAIL PROTECTE
see where PHP might take you tomorrow.
-Original Message-----
From: Navid Yar [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 10:39 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] Counter Help
Actually, I couldn't find the article number for that tutorial. I did,
however,
ww.weberdev.com Today!!!
To see where PHP might take you tomorrow.
-Original Message-----
From: Navid Yar [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 6:25 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] Counter Help
Chris,
It worked! Thanks so much! Weberdev needs to fix
Thanks for the great suggestion Simon, I'll definatley keep that in mind.
I'm new to PHP, and the counter thing was "copied" off of Weberdev.com. They
forgot to add the single quotes around counter. At least this experience
helped me learn something new. Again, I thank you for your help and for
Ch
thinks the work [count] is some kind of conastant, it doesnt know you
mean (string) 'count'
--
Chris Lee
Mediawaveonline.com
ph. 250.377.1095
ph. 250.376.2690
fx. 250.554.1120
[EMAIL PROTECTED]
""Navid Yar"" <[EMAIL PROTECTED]> wrote in message
Can someone help me with this script? It is an example from weberdev.com. I
ran it and it gave me the following error...
-- Warning: Use of undefined constant count - assumed 'count' in
c:\windows\desktop\localhost\examples\counter\counter1.php on line 27
25
The number 25 is the correct number f
I think Wrox is a very good reference for any language. I have an XSLT
reference from Wrox and it has helped me tremendously because it is so
comprehensive (includes online reference material). I'm sure the PHP book
from Wrox is just as good. Another great book for PHP, especially for
beginners, i
o you. If it's not then you'll have to
deal with it until you decide to find another host.
I have one question for you Robert. XML has been in the market for a long
time (since 1998), and the recommendations are now set to a true standard.
Why do most hosting services not have support for X
LOL, I should have caught that. Check this article out...
MSFT
60 13/16
-1 9/16
(2.51%)
by Matthew Rothenberg, ZDNet News
Is Microsoft's "XP" designation a castle made of sand?
Will X mark the spot in this year's platform wars? According to my colleague
Mary Jo Foley, Linux and Apple Computer In
: Saturday, February 03, 2001 10:25 AM
To: [EMAIL PROTECTED]; PHP (E-mail)
Subject: Re: [PHP] Microsoft's new naming convention...
At 05:03 AM 2/3/01 -0600, Ahmad Navid Yar wrote:
>FYI folks...
>
>Microsoft is planning on a new naming convention for it's latest products.
The n
FYI folks...
Microsoft is planning on a new naming convention for it's latest products.
They will be naming their Office 10 Suite as Office XP, and Whisler will
officially be named Windows XP. They say the "XP" might stand for XML
Protocol, which "also happens to be the Worldwide Web Consortium's
55 matches
Mail list logo