Forum: PHP 4 Days Ago |
| Replies: 5 Views: 75 |
Forum: PHP 4 Days Ago |
| Replies: 5 Views: 75 |
Forum: PHP 4 Days Ago |
| Replies: 5 Views: 75 help in delete hi
i have a page where all the username will be listed.i want to delete them.........before tat i want ask the user whether he wants to delete in a popup.if he clicks yes then his name should be... |
Forum: PHP 16 Days Ago |
| Replies: 1 Views: 108 problem with my form validation my below validation is not working.But it is working in other html pages when i test .please tell me whether there is any error in my php page.
<?php
require_once('common/dblayer.php');
$db=new... |
Forum: JavaScript / DHTML / AJAX 16 Days Ago |
| Replies: 1 Views: 433 radio button validation hi
i want to validate more than one radio button i.e more than group to be validated in a page.i searched for many but did not find good validation please send sample code |
Forum: PHP 26 Days Ago |
| Replies: 6 Views: 283 Re: insert into database problem mysql_query("INSERT INTO emailrecord (name, phone, senderName, guestEmail, guestPhone, subject, message)
VALUES ('$name', '$phone', '$senderName', '$guestEmail', '$guestPhone', '$subject',... |
Forum: PHP 26 Days Ago |
| Replies: 1 Views: 113 Re: email the code is display the html as it is |
Forum: PHP 26 Days Ago |
| Replies: 1 Views: 113 email i want to send bcc and cc if uers click the checkhox.it is not working
$body2.="<html><body>";
$body2.="<b>With Regards,</b><br/><b>CG Group</b>";
$body2.="</body></html>";
$headers = "MIME-Version:... |
Forum: PHP 28 Days Ago |
| Replies: 4 Views: 148 Re: help hi
Thanks for your reply..........
consider that my variable $test contains the db content then please tell me how use this code. |
Forum: PHP 31 Days Ago |
| Replies: 4 Views: 88 |
Forum: PHP 31 Days Ago |
| Replies: 4 Views: 88 |
Forum: PHP 31 Days Ago |
| Replies: 4 Views: 148 help hi
i have a longtext field in mysql.i want to write the data which is in longtext to a .doc file.so tat when the user clicks download all the data will get downloaded in a doc file
thanks in advance |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 15 Views: 818 |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 21 Views: 1,170 Re: download fckeditor <?php
if(isset($_POST['submit'])) {
print_r($_POST);}?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html... |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 21 Views: 1,170 Re: download fckeditor i have attached the editor which i have with this reply.i was not able to find the below files in the editor which i have
example_data/example_link_list.js,
external_image_list_url :... |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008 |
| Replies: 15 Views: 818 |
Forum: PHP Jun 2nd, 2008 |
| Replies: 2 Views: 286 hide URL hi
i want to hide my URL ..i.e when the user uses my application i dont want to show my url but i want to store another url
please do tell how to do tat |
Forum: JavaScript / DHTML / AJAX May 28th, 2008 |
| Replies: 1 Views: 929 check username hi
i am very new to ajax,please tell me how to check whether username already present in the db.i want the user name to be unique please tell me the code to check.
thanks. |
Forum: ASP.NET May 13th, 2008 |
| Replies: 2 Views: 216 |
Forum: ASP.NET May 13th, 2008 |
| Replies: 2 Views: 216 help in getting text boxes value hi
i am new to php
i have a javascript function
function delayer(){
var useri = document.getElementById('userid');
var passwor = document.getElementById('passwords');
window.location =... |
Forum: PHP May 2nd, 2008 |
| Replies: 4 Views: 651 Re: list box in php hmm..i want the user to select only 5 ie i want the allow only 5 and not more than 5 |
Forum: PHP May 2nd, 2008 |
| Replies: 4 Views: 651 Re: list box in php <?php
for ($i=0; $i < count($_POST['mylist']);$i++)
{
echo "hi".$i;
echo $_POST['mylist'][$i];
echo "<br>";
}
?> |
Forum: PHP May 2nd, 2008 |
| Replies: 4 Views: 651 list box in php hi,
when the user selects more than one from a list box,i want to store all the values in the db table.
i want the user to select only five,if more than five are selected it should display... |
Forum: PHP Apr 28th, 2008 |
| Replies: 4 Views: 467 |
Forum: PHP Apr 28th, 2008 |
| Replies: 4 Views: 467 |
Forum: PHP Apr 28th, 2008 |
| Replies: 4 Views: 467 Re: button submit hmmmm........
i want the time interaval between the two click as five sec.when the user click the first time it should redirect him to another page,second time it should alert a message |
Forum: JavaScript / DHTML / AJAX Apr 25th, 2008 |
| Replies: 1 Views: 514 submit button hi,
i have a form where the user can post data.But in my application when the click more than once ...data is getting inserted more than once.so i want to allow the user to clickonly once in every 10... |
Forum: PHP Apr 25th, 2008 |
| Replies: 4 Views: 452 Re: first string in a file hi
i have attached the code i the first file and he output in the second file.In the output file..
the expected output is 139 lines only but it displaying junk values |
Forum: PHP Apr 24th, 2008 |
| Replies: 2 Views: 286 Re: file upload over write i am using something like this
<? if (isset($_FILES['uploadingfile']['tmp_name'])) {
$originalpath="http://www.wesite.com/".$_FILES['uploadingfile']['name'];
if (!file_exists($uploaddir)) {
... |
Forum: PHP Apr 24th, 2008 |
| Replies: 4 Views: 452 Re: first string in a file code
$fileHandle = fopen($userDoc, "r");
$line = @fread($fileHandle, filesize($userDoc));
$lines = explode(chr(0x0D),$line);
$outtext = "";
foreach($lines as $line_num =>... |
Forum: PHP Apr 24th, 2008 |
| Replies: 4 Views: 452 first string in a file hi i have written a code for convertingo uploaded a .doc and view it as html........
i am not able to view thw first line,all the bold string are looking like ordinary string |
Forum: PHP Apr 24th, 2008 |
| Replies: 2 Views: 194 |
Forum: PHP Apr 23rd, 2008 |
| Replies: 4 Views: 377 Re: PHP_SELF thanks for your replies
the below code is working for me
<form method="post" name="form2" action="<? echo $_SERVER["REQUEST_URI"]; ?>" |
Forum: PHP Apr 22nd, 2008 |
| Replies: 8 Views: 378 |
Forum: PHP Apr 22nd, 2008 |
| Replies: 4 Views: 377 PHP_SELF my actual link is
http://www.website.com/testing/xyz.php?id=2
but when i use PHP_SELF it is refreshing and the url turn as http://www.website.com/testing/xyz.php
please reply |
Forum: PHP Apr 22nd, 2008 |
| Replies: 8 Views: 378 Re: textbox my website link is
http://www.website.com/testing/detailforum.php?id=2
but when i use PHP_SELF ,the url changes to http://www.website.com/testing/detailforum.php
so i am getting the... |
Forum: PHP Apr 21st, 2008 |
| Replies: 5 Views: 339 |
Forum: PHP Apr 21st, 2008 |
| Replies: 8 Views: 378 |
Forum: PHP Apr 21st, 2008 |
| Replies: 5 Views: 339 Re: Short URL Script Error echo "Thank you! Your new Short URL is <a href='http://www.Lolurl.net/$newid'>http://www.Lolurl.net/$newid</a><br /><a href='index.php'>Go Back</a><br /> ";
please reply |
Forum: MySQL Apr 21st, 2008 |
| Replies: 2 Views: 394 |