|
php help. Good morning I have just been browsing the web for help with a php problem that is driving me mad. I didn't want to post to the site so hope that this email may get a response. I thank you in advance. I am learning php myself(self-learning) but just can get me head around this error.(lack of knowledge L) ... 20 Jul 2008 17:37
Search thoughts Hey, I was hoping to get some ideas on improving a sites search. Currently I have two - not a lot but I've been thinking about this for a few minutes. Currently the site in question uses a very basic LIKE in MySQL, eg %blah%, but naturally this finds terms such as hjkblahbjkk - which is not desired. Or such... 19 Jul 2008 17:05
questions about using include() in php i am doing seo for a website and this website uses a lot of php for which i need suggestions. this is how the website is set up. in the index.php file there is a flash banner at the top of the page and the center part is another file which is called using include("links.php") and the bottom part using include("fo... 19 Jul 2008 02:46
Pure PHP Hello, I want to write some of my ideas about php performance and maintenance. Also you may consider this response to Robert's template systems arguments. I hope my english does not disturb too much. As a uneducated php developer, I have open mind to anything. I try lots of things. After so many projects, ... 18 Jul 2008 15:29
SESSIONS QUESTION Hi group, I'm still having trouble with sessions on a page and need help. I've been working with all sorts of configurations on this one but it doesn't seem to be working properly. Here's the scenario: I have a login.html page that thas two fields for user input i.e. a password (that is given to them) and an... 18 Jul 2008 21:40
Having trouble logging into a PHP Database program Here is my authentication function: <?PHP function authentication($user, $pass, $link1){ // Keep in mind, PASSWORD has meaning in MySQL // Do your string sanitizing here // (e.g. - $user = mysqli_real_escape_string($_POST['user']);) $user = mysqli_real_escape_string($link1, $_POST['user']); ... 18 Jul 2008 14:27
very very small CMS Hello I am looking for a simple php CMS. Can anyone help? -- OOzy Ubuntu-Hardy ... 20 Jul 2008 10:25
Anyone use Zend framework Does anyone use the Zend Framework? Is it fast? -- Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com ... 19 Jul 2008 14:00
Trailing Spaces Problem Hi, I have a code here as the following: <?php $string="1 0 70.208 61.613 1.424 3.689 61.404 0.000 0.000 0.000 0.000 0.000"; $data= explode("\t", $string); echo "1: ". $data[0] . " 2: " . $data[1] . " 3: " . $data[2] . " 4: " . $data[3] . " 5: " ... 18 Jul 2008 12:23
Returning SOAP array type Hi, I have a web service with an array type I am trying to return. I can't seem to find the right answers anywhere... First, the WSDL piece: <xsd:complexType name="getQuoteHistory"> <xsd:complexContent> <xsd:restriction base="SOAP-ENC:Array"> <xsd:sequence> ... 18 Jul 2008 10:18 |