hi,
this a near version of my test.php : (it is not the first page of the site and have to get session infos 🙂
<?
start_session()
...
...
$ret=shell("/home/sybase/init_syb.bash")
echo $ret;
echo "<a href="titi.php?blazblammrllle">click</a>"
?>
this is init_syb.bash :
#!/bin/bash
LOG=/tmp/init.log
...
. /home/sybase/.profile
$SYBASE/install/startserver -f .... >> $LOG
sleep 20
exit 0
by executing the test.php, the sybase server is successfully launched. But when i try to go to the titi.php, the browser load eternally something...
if i delete the session_start() line, i lose my variables (don't affect sybase server) but the link to titi.php now works.
Someone ever encounter this problem ??
THX VERY MUCHHHHHHHHHHHH !!!