I have a Japanese friend told me that he worked in a Japanese company. I
visited the company he worked for and found the products very favorable. And
there are many product versions, such as the European version, American
version, and the Asian version and so on. All company's products take phot
Just in case, the good syntax is mysql_close ($handler) where handler is a
opened valid mysql database ?
- Message d'origine
De : sam rumaizan <[EMAIL PROTECTED]>
À : php-windows@lists.php.net
Cc : [EMAIL PROTECTED]
Envoyé le : Lundi, 2 Avril 2007, 8h11mn 34s
Objet : [PHP-WIN] Help with
You have to change your defaul tinclude path inyour PHP.ini file.
Stephane
Derek C Hopkins <[EMAIL PROTECTED]> a écrit :
I am having the same problem
At 11:04 AM 25/04/2006, Ari Davidow wrote:
>I am thoroughly confused.
>
>
>
>I have just upgraded my dev environment to Apache 2 (where it
You can tey tutorials from developpez.com
Stephane
--- El Bekko <[EMAIL PROTECTED]> a écrit :
> M. Sokolewicz wrote:
> > El Bekko wrote:
> >
> >> pfancy wrote:
> >>
> >>> for beginners. I've been browsing the group for
> a little while. I
> >>> honestly have not gotten a book to learn php on.
Have you verified the include path to news.php ?
Steph
--- uros marolt <[EMAIL PROTECTED]> a écrit :
> What if you do it like this
>
> if ($_GET["page"] == "")
>{
>include("news.php");
>}
>else
>{
>include($arp . ".php");
>}
> ?>
>
> How
Hi, you can use Js to redirect to PHP.
for example :
onload="PHPeventhanler(this)"
fucntion PHPeventhanler(event)
{
location.href='HTMLeventHandler.php?event='+this;
}
this will call your php page with an Id to the HTML
objetc witch create the event.
there is an event object in Js. In Netscap