bind error during socket programming
i am kinda new to socket programming. wrote the below code for a server. but getting the bind error
Add a sign-up feature to a flat file login script
I'm working on a flat file login script and I would like to add a sign-up feature to it with a email
ALV List display - header width adjust
Hi,
I am using REUSE_ALV_LIST_DISPLAY for my ALV display.The width of the ALV varies for
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Move array index to end
Hey guys,
Quick question:
I have an array that looks like this:
Code: [Select]$var =
Mail from PHP form not always ending up in my inbox?
Hi guys,
I'm a real newbie to PHP and have managed to put together a simple mail form that se
Php mysql - select?
Hi i have this code:
Code: $iteminfo = mysql_query("SELECT desc FROM wc_items WHERE itemid =
Converting numbers to months
The porgram works -just need the last function(month_convert_ to convert numbers to months -thanks.
Xacute search within SQL results
I have a query that is pulling data, and I want to return a specific value from the results of that
my two tables
table1 : col1 = topicid , col2 = topic
table2 : col1 = sentid, col2 = sentence
Cod