Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sem_get in PHP

Status
Not open for further replies.

BillPatterson

Programmer
May 17, 2000
4
US
I have trouble using sem_get(). I figure there must be something that I am not <br><br>doing right, but I cannot figure out what. I put in<br>&lt;?PHP<br>echo &quot;entering PHP&lt;BR&gt;&quot;;<br>$sem_id=sem_get('123');<br>echo &quot;exiting PHP&lt;BR&gt;&quot;;<br>?&gt;<br><br>and I get out<br><br>entering PHP<br><br>Fatal error: Call to undefined function: sem_get() in /home/[...]/sem1.php on line <br><br>3<br><br>The web hosting firm insists that semaphore functions are available.&nbsp;&nbsp;I have tried this with 2 other hosts with the same result.<br><br>Thanks for any assistance.<br><br>Bill<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top