First root of a number
Hi,
I can't find any function in php to give me the first root of a number.
Is there any
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Ajax not working on IE 6 for Windows CE
I've created a webpage which uses the classis Ajax in following format:view plaincopy to clipboardpr
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
reorder sql query
ok so i have this very simple code:
Code: $query = "SELECT search_keywords, COUNT(search_key
How to submit a form to the same page?
I have a table containing information about books in my library and this table has the following col
Getting a variable to work in function params
I have this fuction which is inside a class:
Code: public static function generateEmbedCode($
Strange
I recently noticed some odd HTML appear in some of the websites I host. Not all of them are run on a
limit string by words??
hello all,
I was wonder if there is a function to limit a string by the number of words inste
MySQL Does not UPDATE- SQLString Problem
vb Syntax (Toggle Plain Text)
1.
SQL = "UPDATE sampletable SET column1 = 'C1sample1'"