login and redirect
hello! can someone help me.. can you give me an idea.. I want to make a login page and redirects it
extract content from a website
i have written a code that will grab the content from the index page..
i would like to know how c
bind error during socket programming
i am kinda new to socket programming. wrote the below code for a server. but getting the bind error
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
a very simple php header question (sorry!)
Firstly...I do apologise if this annoys anyone....a header error
I'm do not know php &
Session variable help
I'm having a very troubling issue. Maybe I'm just looking over something but I have looked at the co
Multithreading design
Hi
I have come up with a Singleton class that manages a pool of database connections. Basical
cyrillic string conversion question
Hello,
First time here...
I would like to know if there is a way to convert a
BAPI BBP_INB_DELIVERY_CREATE - material number missing in delivery
Hi Experts,
I was able to successfully create an Inbound delivery with reference to a PO
PHP friend keyword equivalent
is there a PHP equivalent for the C++ friend keyword?