Search found 2 matches

by ngfrancisco
Sat Aug 30, 2003 11:57 am
Forum: PHP - Code
Topic: Retrieving the session variable
Replies: 1
Views: 451

Retrieving the session variable

Hi! I have been trying to solve my problem on session but no to avail. My problem is that the session that I have set on a page is not visible on another page. // noname1.php session_start(); if ( !session_is_registered("userID") ) { session_register("userID"); $userID = 25; } Af...
by ngfrancisco
Thu Aug 28, 2003 12:57 pm
Forum: Javascript
Topic: embedding ms office to php
Replies: 1
Views: 676

embedding ms office to php

Hi! Is PHP capable of embedding MS Office such MS Word or MS Excel! Or is there other tool that can be use with PHP in generating report?

thanks in adv! :lol: