Please DO NOT click on the following link. It should have been sent in
a previous email. Seems like someone has hijacked my email and is
sending this to all my contacts.
Thanks,
Navid
On Wed, Jun 23, 2010 at 7:38 AM, Navid Yar wrote:
> http://saq9.grkhworld.com/
>
>
>
>
>
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
Thanks guys. I found out (or he actually revealed to me) what he wants his
members to download
without their knowledge. I refused to work on his project. I knew it sounded
fishy.
--- Navid <[EMAIL PROTECTED]> wrote:
> See that's the thing. It's a membership I don't thin
hy site...I
don't do pornography sites). If it was something public tually wants users to
install. Would I be
using Filesystem functions to achieve this or CURL or what? Any recommendations
on what I should
read into? Thanks
>
> On Thursday 23 November 2006 11:01, Navid wrote:
> > He
Hello everyone,
I have a client that wants me to build a membership-based website soon. He has
small programs for
his members to install. He wants to post a link for them so that when they
click on it the program
installs on their machine automatically. I tried to discourage him from doing
that
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
Hello Everyone,
I'm having trouble sending array values through forms.
Will the following syntax create a variable called $product['desc'] on
the next page?
If not, what am I doing wrong here?
Note: I tried this but it didn't work! When I tried doing it without
using an array, but rather with a
Jason,
I did try it before asking, else I wouldn't have any reason to ask. It
didn't work for me, but I thought that maybe I was missing something. So
your answer is yes, it is possible? I guess I'll have to keep testing my
application. Thanks for your time, I really apprec
Hello Everyone,
How do I send a single array, with many values, through sessions?
For example, I might have the following:
By registering just the "product" array, will I have all of the values
of that array available to me throughout the entire session? Or will I
have to register each array v
yet again. But now I'm wondering about the inner workings of the
session itself. PHP.net doesn't do a very good job at explaining the
details. Thanks in advance for anyone's help.
Navid
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rray);
Then you can use the array on any page the user
goes to by doing this:
$myarray = unserialize($_SESSION['myarray']);
-Original Message-
From: Navid Y. [mailto:[EMAIL PROTECTED]]
Sent: May 18, 2002 2:52 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] passing ARRAYs throu
about that.
Rick
"We do not have to visit a mad house to find disordered minds; our
planet is the mental institution of the universe." - Unknown
> From: "Navid Y." <[EMAIL PROTECTED]>
> Reply-To: <[EMAIL PROTECTED]>
> Date: Sat, 18 May 2002 13:51:38 -
m: SP [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 18, 2002 1:31 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP] passing ARRAYs through GET strings
Hi Navid
Don't you have to serialize it to put it in
sessions?
-Original Message-----
From: Navid Y. [mailto:[EMAIL PROTECTED]]
Hello :)
Can anyone suggest of another way, an easier way, to send arrays through
get strings, or through any other process, without having to serializing
it? For example, would it be better to use sessions in this case? Any
help would be greatful, thanks. :)
Navid
--
PHP General Mailing
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
strings at the end of the
url. Sometimes I redirect a user to the same page two times just to get
rid of the trailing GET string. I know that's a bad way of doing it, but
it was a temporary thing until I could find a way around it. I would
really appreciate your help on this one. T
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
t PHP, and so far I think it's
the best thing that has ever happened to
the web. Thanks in advance. :)
Navid
--
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]
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: [
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:
x27;t want the $quot;, or whatever is outputted depending on the
input, you can write a script to strip them out if you like. There are lots
of things you can do from this point. Anyway, hope that helps you out...
Navid
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent:
inux gets better at
certain things, I think I have no choice but to stick with Windows for now
(especially in the design area). Anyway, that's my two cents worth.
Navid
P.S. -- When I say Linux, I mean all Open Source products, including PHP.
Linux is just the driving force. And Christopher,
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 [m
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
This sounds interesting. Where can I find htdig?
-Original Message-
From: scott [gts] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 12:20 PM
To: php
Subject: RE: [PHP] building a search engine ??
and to answer one of the previous questions,
yes... it is *very* resource inte
new to PHP then stripping away
the comments I placed for you might help to make the code look more clear to
you. Good luck...
Navid Yar
-Original Message-
From: Johan Vikerskog (ECS) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 2:30 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Sill
My thoughts exactly Comrade
--Navid Yar
-Original Message-
From: Kurt Lieber [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 9:27 AM
To: Maxim Maletsky; [EMAIL PROTECTED]
Subject: [PHP] Removing quotes (was stripping white space?)
Will IE 6 support this non-standard coding
not to go
astray from them, else we know the headaches us developers can face in the
future.
Sincerely,
Navid Yar
-Original Message-
From: Maxim Maletsky [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 1:06 AM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject:
If you do this then those who will want to eventually convert their projects
over to XML or XHTML format will have a hard time doing so, because the
double quotes around the values of the attributes are required. Also, it's
not good code practice. Just something for future reference...
-Origi
Hmmm, I was wondering about security of PHP also. Does anyone know the
general issues of security within PHP documents? My thought is that PHP
cannot be seen when you view a source anyway, so isn't it secure enough
(besides the basic firewall and system security)?
-Original Message-
From:
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
h one is best for
you.
Navid
-Original Message-
From: Martin Skjoldebrand [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 16, 2001 12:53 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Want a Good Book for Ref on PHP
Kath wrote:
> Professional PHP Programming:
>
http://www.amazon.com/
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,
Actually, I couldn't find the article number for that tutorial. I did,
however, place a comment directly into that specific web page with the fix.
Here is a direct link to the tutorial (I left the frames out):
http://www.weberdev.com/ViewArticle.php3?ArticleID=30. Thanks.
Navid
-Ori
or your help and for
Chris' help.
Navid
-Original Message-
From: Simon Garner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 10:32 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Counter Help
From: "Chris Lee" <[EMAIL PROTECTED]>
> change
>
> $row
Chris,
It worked! Thanks so much! Weberdev needs to fix it too.
Navid
-Original Message-
From: Chris Lee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 4:46 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Counter Help
change
$row[count]
to
$row['count']
it
ect number for the counter, but how do I get rid of
that error message that keeps coming up before the counter number (25)? I am
testing and learning PHP on Windows ME and am using PHP 4.0.4 with MySQL
3.23.33. Here is the script:
-- Navid
--
PHP General Mailing List (http://www.ph
nners, is The PHP Bible.
Navid
-Original Message-
From: Phillip Bow [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 4:52 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] books
Personally I started with the Wrox Professional PHP Programming guide and
still use it today(its sitt
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
I am planning on starting up my own Web Development company, something
small for now. I want to focus more on XML, Push Technology, and Wireless
Communications. Do you have any tips to get me started? Thanks. :)
-- Navid Yar
-Original Message-
From: DELAP, SCOTT F (SBCSI) [mailto:[
Thank you very much, I will look forward to this. This may be just what I
was looking for, a complete beginner's tutorial for PHP. Congrats and good
luck with the opening night.
Sincerely,
Navid
-Original Message-
From: PHPBeginner.com [mailto:[EMAIL PROTECTED]]
Sent: Thu
Tis the journey of long nights of sleepless hours till dawn's break, which I
don't mind really. The only thing that bothers me is that schools act like
too much of a business rather than institutes for higher education. They act
like they know the route each students want to take and they try and
76 matches
Mail list logo