Search Results

Showing results 1 to 40 of 99
Search took 0.01 seconds.
Search: Posts Made By: kings ; Forum: PHP and child forums
Forum: PHP Jun 16th, 2009
Replies: 3
Views: 246
Posted By kings
hi,
my clients have asked to do payment gateway using RBS worldpay.please do tell me how start the integration using php.
thanks in advance.
Forum: PHP Jun 11th, 2009
Replies: 1
Views: 398
Posted By kings
hi
so far i have done only small php application.now i want to learn cake php.i dont have any idea..... can anyone suggest a website to learn cake php from the intro.
thanks in advance.
Forum: PHP May 22nd, 2009
Replies: 1
Views: 470
Posted By kings
hi
i want to convert a flash file into image.when the user uploads a flash file...i want to capture it as a image and display it to the user.

thanks in advance
Forum: PHP May 15th, 2009
Replies: 12
Views: 1,149
Posted By kings
hi the below works for gmail also


<?
$body.="<html><body><span>";

$body.="<br /><bHi GOD BLESS U</b><br />";

$body.="</span></body></html>";
Forum: PHP Apr 29th, 2009
Replies: 4
Views: 336
Posted By kings
thanks for replying.the output come


<p>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="Word.Document" name="ProgId" />
<meta content="Microsoft Word...
Forum: PHP Apr 28th, 2009
Replies: 4
Views: 336
Posted By kings
hi
i am trying a job portal.when the paste's the job description the data is not formated.all the paragraphs,align is getting changes can anyone tell any method..so that the data comes as it was...
Forum: PHP Apr 14th, 2009
Replies: 1
Views: 224
Posted By kings
hi
for posting a new thread we are using editor in daniweb.i want something simple like this.can anyone tell me how to achieve this.
thanks in advance
Forum: PHP Nov 6th, 2008
Replies: 4
Views: 335
Posted By kings
in my php application i have used onchange and onload javascript function.it is working fine in IE but it is not working in other browsers eg:mozilla,chrome,flock
Forum: PHP Oct 29th, 2008
Replies: 13
Views: 1,551
Posted By kings
$fromEmail = "admin@domain.com";
$subject = "Welcome";
$body = "Hi,\n\nYou have visited the page.";
$sent=mail($Email, $subject, $body, $from) ;
if($sent)
{
echo("<p>Message successfully...
Forum: PHP Oct 29th, 2008
Replies: 1
Views: 322
Posted By kings
hi
i am try something like upload pictures in daniweb.where a window pop out ...when the user clicks upload.i want the link to comein the parent window.please tell me how to do tat......
thanks in...
Forum: PHP Apr 23rd, 2008
Replies: 4
Views: 1,284
Posted By kings
hi
i have a application where i want the user to click the button only once.i want the user to have time interval(eg 5 sec,before tat if he tries to clickit should display pop -up
thanks
Forum: PHP Apr 23rd, 2008
Replies: 2
Solved: warning problem
Views: 530
Posted By kings
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/car/publ/testing/detail.php:1) in /home/car/publ/testing/detail.php on...
Forum: PHP Apr 8th, 2008
Replies: 3
Views: 6,150
Posted By kings
Forum: PHP Apr 8th, 2008
Replies: 3
Views: 6,150
Posted By kings
<html>
<head>
<SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
<!--
function login(t)
{
var t = '<?php echo $id; ?>';
alert(t);
}
-->
Forum: PHP Apr 3rd, 2008
Replies: 3
Views: 2,301
Posted By kings
Forum: PHP Apr 3rd, 2008
Replies: 3
Views: 2,301
Posted By kings
<html>
<head></head>
<body>

<?php
print "<script type='text/javascript'>";

print...
Forum: PHP Apr 2nd, 2008
Replies: 7
Views: 660
Posted By kings
thanks. i got it....
Forum: PHP Apr 2nd, 2008
Replies: 7
Views: 660
Posted By kings
the session value is not getting printed.
Forum: PHP Apr 2nd, 2008
Replies: 7
Views: 660
Posted By kings
thank u for ur reply.still getting that same problem.
Forum: PHP Apr 2nd, 2008
Replies: 7
Views: 660
Posted By kings
<?php
session_start();
if(!isset($_SESSION['un']))
{
header('Location: web_login.html');
exit();
}
else
{
?>
Forum: PHP Apr 1st, 2008
Replies: 5
Views: 590
Posted By kings
This is my 3rd page

3rd page.php

<?php

session_start();

?>
<html>
Forum: PHP Apr 1st, 2008
Replies: 5
Views: 590
Posted By kings
<?php

session_start();

?>
<html>
<head>
</head>
<body>
<?php
Forum: PHP Apr 1st, 2008
Replies: 5
Views: 590
Posted By kings
1st page .html
window.opener.top.location.href="2nd page.php?vars=" + temp + "&varr=" +temp1;
self.close();

2nd page.php
if(mysql_num_rows($result) > 0)
{
print "<script>";
print "...
Forum: PHP Mar 28th, 2008
Replies: 3
Views: 1,834
Posted By kings
no if he is a registered user i want to redirect him to page1.php page or else page2.php...so i taught something like this will help me
Forum: PHP Mar 27th, 2008
Replies: 11
Views: 3,833
Posted By kings
thank you.my code was not creating a directory really..
Forum: PHP Mar 27th, 2008
Replies: 11
Views: 3,833
Posted By kings
$uploaddir1 = "resumes/".$_SESSION["uss1"]."/".$uname;
echo $uploaddir1;
if(is_dir($uploaddir1))
{
echo "Exists!";
}
else
{
echo "Doesn't exist" ;
mkdir($uploaddir1,0777);
Forum: PHP Mar 27th, 2008
Replies: 11
Views: 3,833
Posted By kings
there is no empty variable.i'm getting output is resume/hi/hi1doesn't existcreated.
Forum: PHP Mar 27th, 2008
Replies: 11
Views: 3,833
Posted By kings
thanks for ur reply.$cname was not exist.i want to know this syntax is correct.$uploaddir1 = "resumes/".$_SESSION["uss1"]."/".$uname;
$_SESSION["uss1"]-this is one directory i created already using...
Forum: PHP Mar 27th, 2008
Replies: 11
Views: 3,833
Posted By kings
i created one directory using mkdir.now i want to create another directory inside previous directory.

$uploaddir1 = "resumes/".$_SESSION["uss1"]."/".$uname;
echo $uploaddir1;...
Forum: PHP Mar 27th, 2008
Replies: 8
Views: 1,969
Posted By kings
thanks for ur reply...
i am asking in php point,i want the file to get displayed and not the path.....when the user clicks the file he must able to see......
Forum: PHP Mar 26th, 2008
Replies: 8
Views: 1,969
Posted By kings
in one directory i'm having so many no of uploaed files.Their original path stored in the database.Want to display first top ten uploaded files in one page.
Forum: PHP Mar 26th, 2008
Replies: 8
Views: 1,969
Posted By kings
i want to whether all the web site will support this function.i am using freehyperspace................
Forum: PHP Mar 26th, 2008
Replies: 8
Views: 1,969
Posted By kings
Is it possible to create directory in www.freehyperspace2.com.<html>
<head></head>
<body>
<?php
$i=190;
$uploaddir = "resumebasket/".$i;
mkdir($uploaddir,0777);
print "created";
?>
</body>
Forum: PHP Mar 24th, 2008
Replies: 1
Views: 365
Posted By kings
hi

i have a application where the user can post resume for 'N' no of job orders when the user clicks apply it should get his username & pss.Next time when he is applying for another job order it...
Forum: PHP Mar 20th, 2008
Replies: 11
Views: 894
Posted By kings
hi i have button called apply ,if he is a logged user then it should redirect ti Z_login2.php else to the login page

i tried some thing like this .....but it did not work

function login()
{...
Forum: PHP Mar 20th, 2008
Replies: 11
Views: 894
Posted By kings
thanks tat is working.
Forum: PHP Mar 20th, 2008
Replies: 11
Views: 894
Posted By kings
it is working but my login is not working.even when i type the correct username and password it is redirecting to the login page itself..........
Forum: PHP Mar 20th, 2008
Replies: 11
Views: 894
Posted By kings
when the uRL of the third page is typed i am able to see the third page.i want all tha user to enter from login oage...if they enter the url of the third page it should redirect them to login...
Forum: PHP Mar 20th, 2008
Replies: 11
Views: 894
Posted By kings
No its there


<?php
session_start();
?>
<html>
<head></head>
<body>
<?php
Forum: PHP Mar 20th, 2008
Replies: 11
Views: 894
Posted By kings
hi
all my login is working,but when my url of the third page is typed it is displaying .i want to autheticate using session but it is not working


z-login(1st page)

<form name="form1"...
Showing results 1 to 40 of 99

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC