Forum: Graphics and Multimedia Aug 13th, 2009 |
| Replies: 4 Views: 1,005 hi
I am doing a flash website in danish language.i am using loading external text method.I am not getting special chatacters which are used in the language (ex: æ,å, ø).please tell me how to display... |
Forum: PHP Jun 16th, 2009 |
| Replies: 3 Views: 234 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: 391 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: 423 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,048 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: 318 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: 318 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: 214 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: 319 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,509 $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: 316 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,265 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 Views: 514 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: 5,861 thank u.it's working..... |
Forum: PHP Apr 8th, 2008 |
| Replies: 3 Views: 5,861 <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,163 |
Forum: PHP Apr 3rd, 2008 |
| Replies: 3 Views: 2,163 <html>
<head></head>
<body>
<?php
print "<script type='text/javascript'>";
print... |
Forum: PHP Apr 2nd, 2008 |
| Replies: 7 Views: 648 |
Forum: PHP Apr 2nd, 2008 |
| Replies: 7 Views: 648 the session value is not getting printed. |
Forum: PHP Apr 2nd, 2008 |
| Replies: 7 Views: 648 thank u for ur reply.still getting that same problem. |
Forum: PHP Apr 2nd, 2008 |
| Replies: 7 Views: 648 <?php
session_start();
if(!isset($_SESSION['un']))
{
header('Location: web_login.html');
exit();
}
else
{
?> |
Forum: PHP Apr 1st, 2008 |
| Replies: 5 Views: 581 This is my 3rd page
3rd page.php
<?php
session_start();
?>
<html> |
Forum: PHP Apr 1st, 2008 |
| Replies: 5 Views: 581 <?php
session_start();
?>
<html>
<head>
</head>
<body>
<?php |
Forum: PHP Apr 1st, 2008 |
| Replies: 5 Views: 581 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,771 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,525 thank you.my code was not creating a directory really.. |
Forum: PHP Mar 27th, 2008 |
| Replies: 11 Views: 3,525 $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,525 there is no empty variable.i'm getting output is resume/hi/hi1doesn't existcreated. |
Forum: PHP Mar 27th, 2008 |
| Replies: 11 Views: 3,525 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,525 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,879 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,879 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,879 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,879 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: 357 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: 879 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: 879 |
Forum: PHP Mar 20th, 2008 |
| Replies: 11 Views: 879 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: 879 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: 879 No its there
<?php
session_start();
?>
<html>
<head></head>
<body>
<?php |