39,316 Topics

Member Avatar for
Member Avatar for nkp101

[b]Split from - [url]http://www.daniweb.com/forums/thread98963.html[/url][/b] hi. i want to add an email system to my website. is it possible to provide a email id to each user like [B][COLOR="Red"]people1@mysite.com[/COLOR][/B] plz help me ..

0
42
Member Avatar for vjw757

im trying to insert paypal donation code into a php file. i keep getting errors. so here is the code i have to work with. [code] <? begin_block("Donate"); echo "<BR><BR><CENTER>This would need to contain your donation code, or something. maybe even a paypal link</CENTER><BR><BR>"; echo "<a href=\"member.php?mid=$row[mid]\">$row[login]</a>"; end_block(); ?> [/code] …

Member Avatar for cereal
0
148
Member Avatar for nats01282

Hi all, I am creating a online c.v but do not want it open to every one so i have made a simple login file but want the page to re-direct when the login is correct, [CODE] <?php $user = "user"; $pass = "pass" if ($_POST["username"] != $user && $_POST["pass"] …

Member Avatar for mktgmgr101
0
94
Member Avatar for khadrani_arif

Hi, What I want is once the user does the registeration on clicking the register button an email is sent to the email address with the activation link, untilll and unless the user clicks on that activation link, user's account does not activate. How can I do this. Thanks in …

Member Avatar for mktgmgr101
0
103
Member Avatar for takeshi

Guys, there's a problem lies on my code...cant display the image in viewing candidates..i already put the code[ICODE] <img src=\"".$row['image']."\"> [/ICODE]as what my friend here said in my code in viewing but it seems it didn't work out.. here's my adding record.. [B]add_new.php[/B] [CODE] <?php /* NEW.PHP Allows user to …

Member Avatar for takeshi
0
76
Member Avatar for Krstevski

Hello... i have problem with UTF-8 encoding... My database and table collation are utf8_general_ci, and when I add new insert query in the database is ok, but when I'm trying to print i got -> ???? The results are: In the database -> Дамјан Крстевски In the browsers -> ?????? …

Member Avatar for JRM
0
105
Member Avatar for jambrain

Hi guys, im very new to html and php and all this but my boss has set me a task of impressing him with the knowledge i have over the weekend, my problem is i dont have my own webserver so im trying to make an mp3 upload form. Im …

Member Avatar for cwarn23
0
74
Member Avatar for david cashin

hey all, just starting with php, and was wondering if i could create a new web page by using a variable from a php script in a php script. For example, the user enters a word, and then a web page is created that is called that word. so user …

Member Avatar for david cashin
0
223
Member Avatar for xylude

I am remaking a site that was built in RoR, I was wondering if anyone could help me with the SHA1 that they used to encrypt the passwords. How do I add the salt into the encryption in PHP? Here is the rails script: [code] def self.encrypt(password, salt) Digest::SHA1.hexdigest("--#{salt}--#{password}--") end …

Member Avatar for diafol
0
84
Member Avatar for Bender12

My knowledge in php is not good and I need help. I have this [URL="http://phpforms.net/php-forms.html"]php form[/URL] but do not know how to insert in it the captcha. Thanks in advance!

Member Avatar for vaultdweller123
0
72
Member Avatar for teranet

Hello there, i need little bit help. I want to build voucher system. It should be like this user choose 3 vouchers, give the recipient details, and it goes to secure payment gateway. If the payment is completed then the system builds the pdf and sends it from the user …

0
45
Member Avatar for Jahsun

Hi to the community. I hope this is ok to post here. First of all i would like to say that i am a newbie and i am trying to learn php on my own. I am looking into w3school and a few other sources i found here on Daniweb. …

Member Avatar for Jahsun
0
71
Member Avatar for aajay05

I have a php code that forms a dropdown using a mysql table. I am using the dropdown to search and filter results in a page. The problem that I have is that it only shows the values from the table, I also need an option where I can leave …

Member Avatar for vaultdweller123
0
181
Member Avatar for 16pradeepkumar

i need a way to export data on the php form to excel on a click . how can i do this

Member Avatar for 16pradeepkumar
0
95
Member Avatar for junkelse

i have script php game programing u can cek this web.. <snipped>

0
43
Member Avatar for baabdaam

Hi there, Actually my problem is I want to get the date difference if date return of book more than one month add $10 if not leave the amountoffine to $0 and if the loaner took the book and return it after 3 months I want the code to add …

Member Avatar for vaultdweller123
0
275
Member Avatar for naveenbutola

this is to test [ICODE]<?php class test() ?>[/ICODE] [TEX]test agaian[/TEX] [CODE]class test()[/CODE]

Member Avatar for vaultdweller123
0
90
Member Avatar for xuexue

hi guys, im using linux opensuse as my web server, now i installed php there accdg to the manual, moreover, i also installed php to another computer having windows as its platform, now i compared the phpinfo() of the both pcs, ive noticed that there are some modules available on …

Member Avatar for cwarn23
0
132
Member Avatar for lonestar23

I have file 123.php which produces dynamic information upon excecution and need 123.php to copy it's output to file "abc.txt" How would I go about this in a unix environment? Thanks in Advance!

Member Avatar for lonestar23
0
166
Member Avatar for aneeka

Good day! How can i display the data from Mysql with the least value of primary key and when a user clicks the next button the next to the least data will appear and then the next and so on? Please help me here, thanks!

Member Avatar for darkagn
0
66
Member Avatar for OmniX

[link]http://php.net/manual/en/function.isset.php[/link] Clearly states that "isset — Determine if a variable is set and is not NULL"? I have been trying to use isset() to check values for NULL and it still appears yet when I use != NULL then it works. I think the fine line is in various instances …

Member Avatar for diafol
0
113
Member Avatar for iqbalhosan

hi all, i want to upload large video files using php and i can do that by editting php.ini file. but how can i do that without changing php.ini file?? advance thanks iqbal

Member Avatar for cwarn23
0
117
Member Avatar for phouse512

Hello, I was working on a small project to make me think, and I ran across a problem when I was running a page. Instead of any error coming up, the page just produced the following, which was part of my code: [code]0 && $user_health > 0) { $monster_health = …

Member Avatar for phouse512
0
70
Member Avatar for babydol

i m trying to extract multiple rows and print it in a single line in a web page. My code [CODE]while ($line = mysql_fetch_array($app, MYSQL_ASSOC)) { echo "<tr><td>"; echo "<a href=AssignedUpdateForm.php?app=".$line['App']. ">".$line['App']."</a></td>"; echo "<td>" . $line['firstName'] ." ". $line['surname'] . "</td>"; echo "<td>" . $line['ServerName'] . "</td>"; echo "</tr>"; }[/CODE] …

Member Avatar for babydol
0
96
Member Avatar for Rec3000

Hi all. I'm trying to implement a rotating image system written in Javascript into a PHP website. The PHP page and the Javascript both work fine independently, but integrating the JS is proving tough and giving me errors. Here is the top part of the PHP page: [CODE]<? include ("./application.php"); …

Member Avatar for Rec3000
0
141
Member Avatar for babydol

Hi can anyone explain what exactly this function does [CODE] tabs(array())[/CODE] for eg. [CODE]<?php tabs(array("grid.php"));?>[/CODE]

Member Avatar for babydol
0
183
Member Avatar for LloydFarrell

Hi, I have a bit of a strange problem where I am unable to "echo" results from a database - I will show you the code then explaine what im trying to do [code] <?php include_once "connect_to_mysql.php"; $sql = mysql_query("SELECT * FROM table ORDER BY RAND(), LIMIT 1"); while($row = …

Member Avatar for vaultdweller123
0
1K
Member Avatar for cane23

its a simple piece of code but i seem to be having problems this is the code below [LIST=1] [*]$comp_tot="76"; [*] if ($credits = $comp_tot) [*] [*] //$sub=$credits_3; [*] $tot="76"; [*] $ans_1= $tot-$credits; [*] echo"<p>$ans_1</p>"; [*] echo "there"; [/LIST] this code is working however i dont want the condition to …

Member Avatar for vaultdweller123
0
66
Member Avatar for gteh

Hey, I was hoping someone could lead me in the right direction. I maintain a fairly large corporate/ecommerce site and after reviewing google webmaster tools I found over 500 404's that need to be dealt with. The list of 404's is always growing because people link to our site incorrectly …

0
94
Member Avatar for misterx100

Hi, I'm new to this forum, but I hope You can help me. So what I'm looking is a reference or list of the functions for drupal theme. Something like this: [URL="http://www.directtoindia.com/blog/index.php/wordpress-global-variable-list-and-their-usage/"]http://www.directtoindia.com/blog/index.php/wordpress-global-variable-list-and-their-usage/[/URL] or [URL="http://codex.wordpress.org/Function_Reference"]http://codex.wordpress.org/Function_Reference[/URL] Thanks in advance!

0
65

The End.