Re: [PHP] Re: newbie question - php parsing

2009-07-23 Thread Sebastiano Pomata
Thanks, it's now much more clear. I thought that html parts outside php tags were just dumped to output, no matter of if-else statements and other conditions. I was *definitely* wrong 2009/7/23 Peter Ford : > In response to Sebastiano: > > There would be not much point in using

[PHP] newbie question - php parsing

2009-07-22 Thread Sebastiano Pomata
Hi all, A little doubt caught me while I was writing this snippet of code for a wordpress template: I always thought that php was called only between the tags, and I'm pretty sure that's right, while HTML code was simply wrote in document as is, without further logic. Now, I can't figure out

[PHP] How to show user country by IP (II post)

2005-03-21 Thread Sebastiano
post method in the same php script. Please don't suggest method based on commercial services, a would like to find a programming based solution. Sebastiano -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] test

2005-03-21 Thread Sebastiano
Is the list active? My last received message is: [PHP] die function -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to show user country (internet connection) on a page

2005-03-21 Thread Sebastiano
true){ echo "Dati rilevati:"; } for($i=0;$i"; } THE PROBLEM cames when a want to show the country of providers located in NORTH AMERICA, in this case I have to send the query by POST (ARIN DATABASE). So I can't match both the results of the two interrogation and then choose t

Re: [PHP] Pagination need help1)

2004-11-04 Thread Sebastiano Cascione
n the page number printed at the bottom you have to pass the searchterms (by get with urlencode()) to the 2 queries and the $page parameter. Sebastiano Alle 05:22, giovedì 4 novembre 2004, Scott McWhite ha scritto: > Hi, > > > > I’m using an HTML search form that passes the “

Re: [PHP] text email & new line

2004-11-02 Thread Sebastiano Cascione
Use \r\n Some pop server doesn't support other special characters. Sebastiano Alle 17:12, martedì 2 novembre 2004, Jerry Swanson ha scritto: > I'm sending text email. How I can make new line. > "\n" seems to be not working. -- PHP General Mailing List (http://ww