Search found 28 matches

by mparker1113
Fri Aug 25, 2006 3:05 pm
Forum: PHP - Code
Topic: Problem with logical > (????)
Replies: 5
Views: 807

figures -- thank you for babysitting me

really -- thank you
by mparker1113
Thu Aug 24, 2006 9:51 pm
Forum: PHP - Code
Topic: Problem with logical > (????)
Replies: 5
Views: 807

Problem with logical > (????)

Hello: I had to search for a very long time through eons(ish) of code to find that my code is saying: if( $granchildID > $highestID) { echo("grandkid advances at id = $grandchildID<br>"); $highestID = $grandchildID; } else echo("grandkid of $grandchildID is not higher than $highestID<...
by mparker1113
Wed Aug 16, 2006 3:01 pm
Forum: PHP - Code
Topic: Check for alpha characters
Replies: 7
Views: 743

Thank you for the answers. I got english by choosing the appropriiate dropdown list box choice for "View As" (i chose english :)
by mparker1113
Wed Aug 16, 2006 12:10 pm
Forum: PHP - Code
Topic: Check for alpha characters
Replies: 7
Views: 743

I got it to work using ereg(). I am kind of upset that all of the pages I browse to in php.net aree in chineese or something. Anyone know the url to english to php.net??
by mparker1113
Wed Aug 16, 2006 11:52 am
Forum: PHP - Code
Topic: Check for alpha characters
Replies: 7
Views: 743

Check for alpha characters

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I only ne...
by mparker1113
Sun Aug 13, 2006 8:05 pm
Forum: General Discussion
Topic: Why them 'bots no list me? (Not on search engines)
Replies: 13
Views: 687

I have no linkds from other / to other sites that I know of. Geez, what about meta tags. I haven't submitted either. I don't want to pay right now. I would have thought that they should have read my meta tags. Can I get my page recognized for free?
by mparker1113
Sun Aug 13, 2006 5:20 pm
Forum: General Discussion
Topic: Why them 'bots no list me? (Not on search engines)
Replies: 13
Views: 687

Why them 'bots no list me? (Not on search engines)

Hi, I have had a site up for over 6 months, that has this in its index.php page: <html><head> <META NAME="keywords" CONTENT="Vermont,Real estate,Property,Sale,Land,VT,Commercial Property,commercial property,good location,location,Real Estate,real,estate,DeRosia Associates, Ivan DeRosi...
by mparker1113
Mon Aug 07, 2006 2:00 pm
Forum: PHP - Code
Topic: fopen -- opens file, then mozilla will remove focus from doc
Replies: 1
Views: 217

fopen -- opens file, then mozilla will remove focus from doc

Hi, I have an option for users to open documents, (pdf, doc). IE works well with this, but Mozilla Firefox seems to open the file then remove focus from that file and return to the page from which the file was opened. I am afraid that non-savvy users will not recognize to alt-tab back to the documen...
by mparker1113
Wed Aug 02, 2006 4:49 pm
Forum: PHP - Code
Topic: Reading pdf files.
Replies: 7
Views: 1004

No, I went to the site, and what I found was a program that I could purchase. I still am not finding anything for reading existing pdf files, only for creating/editing them. I don't mind the site, but I really did not find anything there that looks like it can help, except for one program that was a...
by mparker1113
Wed Aug 02, 2006 4:36 pm
Forum: PHP - Code
Topic: Reading pdf files.
Replies: 7
Views: 1004

no, i do not want to create a pdf, just to display one on the screen seamlessly. I will look at the phpclasses.org site again.

tq,

Mike
by mparker1113
Wed Aug 02, 2006 4:21 pm
Forum: PHP - Code
Topic: Reading pdf files.
Replies: 7
Views: 1004

- I am looking for coding hints, not to buy something.
by mparker1113
Wed Aug 02, 2006 4:11 pm
Forum: PHP - Code
Topic: Reading pdf files.
Replies: 7
Views: 1004

Reading pdf files.

I see plenty of links on the web for creating pdf files with php, but I just want to read some! The following page attempts to do it with fopen() with not so great of results: http://216.180.244.51/download.php?Filename=test1.pdf This is the code that I am using, but the characters that are printed ...
by mparker1113
Sun Jul 09, 2006 8:03 pm
Forum: Javascript
Topic: CSS expanding menus works but then overloads at 3 items
Replies: 0
Views: 777

CSS expanding menus works but then overloads at 3 items

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi, I am ...
by mparker1113
Wed Jun 28, 2006 6:46 pm
Forum: PHP - Code
Topic: Getting URL Address in PHP variable
Replies: 4
Views: 478

Thank you, Men.

Some of this i had figured out, but you gave me better info to work with.

Thanks!
by mparker1113
Wed Jun 28, 2006 4:29 pm
Forum: PHP - Code
Topic: Getting URL Address in PHP variable
Replies: 4
Views: 478

Getting URL Address in PHP variable

I know that this is likely easy, but I need to know so that I can figure out where the user is in my developers code. I need to read which directory they are in, and what page they are opening. ex (home.html/directory2/page%2055.html .

input is very appreciated.

thank you.

mike