convert PHP array to Javascript array
I have a page that gets a request sent from AJAX, and I am trying to convert a PHP array to a javasc
updating a single value to multiple non consecutive rows
I need to update the same value to multiple non consecutive rows. I need to add an experation date t
Post, not working, please help
The error is:
Method Not Allowed
The requested method POST is not allowed for the URL /student
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
Creating a custom API
I'm creating a site, and I need to create a basic API. Unfortunately I have no idea where to start.
Deleting Partners on the Customer Master.
Does SAP handle removing the Partner from Open Sales Orders when a Partner is deleted in the Custome
Request for tunning the below query
Hi,
Can any one help me on the below query while improving the performance,
$_POST variable un-useable
I'm trying to use a $_POST variable in a mysql update statement but i can't use it for some unknown
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Trouble with a select list
Hello All!
I was wondering if any of you guys could help me with a small problem I'm having!