User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 402,507 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,821 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 80
Search took 0.01 seconds.
Posts Made By: queenc
Forum: PHP 4 Days Ago
Replies: 5
Views: 75
Posted By queenc
Re: help in delete

i want to know how to do tat
Forum: PHP 4 Days Ago
Replies: 5
Views: 75
Posted By queenc
Re: help in delete

i want to know ho to dotst.delete is workig for me
Forum: PHP 4 Days Ago
Replies: 5
Views: 75
Posted By queenc
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
Posted By queenc
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
Posted By queenc
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
Posted By queenc
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
Posted By queenc
Re: email

the code is display the html as it is
Forum: PHP 26 Days Ago
Replies: 1
Views: 113
Posted By queenc
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
Posted By queenc
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
Posted By queenc
Re: I need help wiht this

i want to know whether u r getting values in drop down.please send the full code
Forum: PHP 31 Days Ago
Replies: 4
Views: 88
Posted By queenc
Re: I need help wiht this

why u have kept the hidden field tats why data is empty.
Forum: PHP 31 Days Ago
Replies: 4
Views: 148
Posted By queenc
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
Posted By queenc
Re: tinymce editor

please specify the page
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008
Replies: 21
Views: 1,170
Posted By queenc
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
Posted By queenc
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
Posted By queenc
Re: tinymce editor

ya did that but i got only a text area and a submit buuton
Forum: PHP Jun 2nd, 2008
Replies: 2
Views: 286
Posted By queenc
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
Posted By queenc
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
Posted By queenc
Re: help in getting text boxes value

sorry.i'm new to ASP.Net.please help.
Forum: ASP.NET May 13th, 2008
Replies: 2
Views: 216
Posted By queenc
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
Posted By queenc
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
Posted By queenc
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
Posted By queenc
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
Posted By queenc
Forum: PHP Apr 28th, 2008
Replies: 4
Views: 467
Posted By queenc
Re: button submit

please send sample code
Forum: PHP Apr 28th, 2008
Replies: 4
Views: 467
Posted By queenc
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
Posted By queenc
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
Posted By queenc
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
Posted By queenc
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
Posted By queenc
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
Posted By queenc
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
Posted By queenc
Re: Beginner - needs help

i want to know whethere the user will insert using a form
Forum: PHP Apr 23rd, 2008
Replies: 4
Views: 377
Posted By queenc
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
Posted By queenc
Re: textbox

thanks a lot!!!!!!!!!!!
Forum: PHP Apr 22nd, 2008
Replies: 4
Views: 377
Posted By queenc
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
Posted By queenc
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
Posted By queenc
Re: Short URL Script Error

mark as solved,if everything is working fine
Forum: PHP Apr 21st, 2008
Replies: 8
Views: 378
Posted By queenc
Re: textbox

u said post back...do u mean PHP_SELF
Forum: PHP Apr 21st, 2008
Replies: 5
Views: 339
Posted By queenc
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
Posted By queenc
Re: query

thanks a lot
Showing results 1 to 40 of 80

 
All times are GMT -4. The time now is 5:51 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC