mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
How do I give a developer access to a specific directory and nothing else?
I want to give a develop access to a specific directory and nothing else
I can give them an F
My query is being run with no results.
I have this.
Code: function DropUser($duser_id, $user_email, $user_username) {
Need a fuction to count entries in a field
Hi
I need a fuction to count how many times a email address is entered in to a field.
I ma
Files in current folder. Should be an easy fix.
Never mind. I've asked about this before and just found my answer. Anyway to delete this?
Deleting Partners on the Customer Master.
Does SAP handle removing the Partner from Open Sales Orders when a Partner is deleted in the Custome
order by date not ID number help php
I am trying to orginize the following code to order by date not id number.
any help would be grea
Calling a Procedure with IN & OUT Parameters
Hello,
I usually call my procedures using the following way
declare variable e
Calling variables
I want to call this to my website but it doesn't display what I want it to,
Code: <h5&
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?