Search found 10 matches

by geeshan
Sat Mar 25, 2006 2:50 am
Forum: PHP - Code
Topic: Headers
Replies: 3
Views: 340

Thanks a lot scottayy.
It wotrked.
by geeshan
Sat Mar 25, 2006 2:24 am
Forum: PHP - Code
Topic: Headers
Replies: 3
Views: 340

Headers

feyd | Please use and 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] this is my coding <html> <body> <? $...
by geeshan
Sat Mar 25, 2006 1:04 am
Forum: PHP - Code
Topic: variables from headers
Replies: 6
Views: 318

Reply

Not All the work.
But I only need is the code, which read the header value.
I think it is a single line.
I have read the array but failed.
Can U please show me a single line.

Rgds
Geeshan
by geeshan
Sat Mar 25, 2006 12:30 am
Forum: PHP - Code
Topic: variables from headers
Replies: 6
Views: 318

Thanks

But Stil I got the Prob.
Can U please show me a bit of coding

Rgds
Geeshan
by geeshan
Sat Mar 25, 2006 12:09 am
Forum: PHP - Code
Topic: variables from headers
Replies: 6
Views: 318

variables from headers

how do I get the variable value if I wrote the code like this,

href ="content.php?ID=5>

I tried to get the value of ID from my content.php in many ways, but failed.
Can you please help me in this
by geeshan
Fri Mar 24, 2006 11:09 pm
Forum: PHP - Code
Topic: headers
Replies: 2
Views: 199

headers

Sorry for the subject. Actually I dont know how to name it, I'm very much new to php By the way, this is my problem. <td width="54%"><font color="0D52C5"><strong><a href="count.php"?ID=5 > how I get the value of ID in the next page And when I use this coding , header (&...
by geeshan
Fri Mar 24, 2006 3:11 am
Forum: PHP - Code
Topic: Hyperlink to document
Replies: 5
Views: 575

Thanks

I checked the http://php.net/function.header .
It gave me a lot.

But the (Location : ...) concern with the "http:// ". isnt it.
Does it redirect to a word file if we use it like this?

header('Location : c:\aa.doc');

Rgds
Geeshan
by geeshan
Fri Mar 24, 2006 2:40 am
Forum: PHP - Code
Topic: Hyperlink to document
Replies: 5
Views: 575

But the thing is I'm in a middle stage.

My first page has the link.
when it clicked I want to get the click event.
So I redirect it into another page and update database.
after updating the database how I redirect it to open the doc file.

Many thanks
Geeshan.
by geeshan
Fri Mar 24, 2006 1:13 am
Forum: PHP - Code
Topic: Hyperlink to document
Replies: 5
Views: 575

Hyperlink to document

How do I create a link to a doc file.

is the normal "include(file :///c:\aa.doc)" works.

is there any way to do this.

Geeshan
by geeshan
Fri Mar 24, 2006 12:31 am
Forum: PHP - Code
Topic: hyperlink hits counting
Replies: 2
Views: 326

hyperlink hits counting

I am an IT student in Sri Lanka. As an assignment we have to implement a library in php.

So what I need to know is how I get the click event of a hyperlink when it is clicked.
I need it because I have to remove the articles which are not seen by anybody.

If you know please help me.

Geeshan