send() and recv() parameters confusion
On server Side:
int recv (Socket,Buffer, Length, Flags)
On Client Side:
int send (Soc
Displaying different page content, depending on the logged in user.
Hi all, I am new to ASP.net (and web development in general), and have a question about how I can di
The repetition structure: the while statement not working
New programming student, have assignment as follows:
A restaurant has 4 lunch combos for custom
Cron Job and Output
I have php codes running under a cron job.
But everytime i output (echo) , it comes out as comple
foreach iterator
Hi Guys
Does the foreach loop have an inbuilt iterator ?
Not reloading page after php form submit
Hello helpful souls out there. You guys have come through for me in the recent past and I'm hoping s
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Call db table from any PHP file
Hi,
I want to be able to call a database table that will be setup in another file called init
help me fix these syntax errors...
I keep getting multiple syntax errors on this script like this one:
Parse error: syntax error
retrieving more than one max key from an array?
so i have an array of 20 numerical values (0-100) that i need to order from highest to lowest and th