Storing the referrer in session... problems with tabs
Hello All
I am currently working on an ERP project based on the MVC methodology, when a user
Am i doing this wrong?
Im pulling from an Oracle database some info... one of which is a field count_pnums which is a NUMBE
Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca
Problem with array max size.
Hi to everyone,
I've got a homework about filling a bidimensional array un spiral shape, I alre
Login Control?!
I have a Web Site that uses the login control also I have set the destinationurl to the page I want
noob cURL help
I have a pretty basic form that I need to cURL post to a file in my includes folder (includes/login.
socket makes browser hang...
I have a socket server, and I am having a problem at the moment...
A browser sends a http hea
Remove letter from numeric textbox
I have a textbox that will search the employee database by entering in the employee ID and it will r
problem when runing a funciton
I am trying to connect to database using a funciton in a functions.php
<?php
funct
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN