understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Pls help with PHP
Pls can anyone direct me on how to create a user account for a customer. For example i want know if
Header redirect
Hello ive got a problem ive got form with its action set to itself.
Code: <form id="f
Handling text changed in text box control using Ajax
I need to create a web form with a text box control. When someone types text into the textbox I nee
ALV List Display to point to another report on Double Click
Hi,
I want my ALV List Display to point to another report on Double Click on its line ite
Logging and nologging bulk insert
Hi,
oracle version: 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
A little help needed passing hidden values to next page
I have a page that has hidden values in a form.
example
Code: <input name='signupID
Error when call dll from oracle
Hi all, please help me!
I have dll write C language, I want call it from oracle procedur
PHP error on MySQL insert
I'm sure it's the simplest of issues, but I can't recall why this isn't working.
Code: [Selec
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan