$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
Something like an INI editor or a DelimitedText-Editor
Hi all,
Am very, very, very new to PHP and not sure if I should be posting this to a Javascri
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
I have a parse error in this query help..
Code: $query1="INSERT INTO `rating` (`item_name`, `rating`, `ip_address`, `date_rated`) VALUES
Transport data between itab and textfield on ALV event
Hallo,
I have a ALV Grid ( cl_gui_alv_grid ) and I also have hotspot click event with a h
Get value from Select menu
Hi!
Have tried to find the solution on the web. Don't know if there is an easy one. A descrip
array_map() probably obvious mistake
The code below is part of a class to escape strings, but should also accept an array, using array_ma
problem when runing a funciton
I am trying to connect to database using a funciton in a functions.php
<?php
funct
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
A little help in c#
i am doing a simple paint program using c# i want to draw with the mouse so i wrote the code of the