39,316 Topics

Member Avatar for
Member Avatar for Jean Gwyneth

hello everyone, im a new portal developer and the portal developer that i replaced used ASP in all portals that he did. now, what i need to do is continue the unfinished portals that he did out of ASP. i am not familiar with ASP because i am using PHP. …

Member Avatar for Jean Gwyneth
0
119
Member Avatar for justted

Hello, The piece of code below is basically where a member clicks on the link and then this should update that members exp_points field by the amount shown in the $points variable. So far I have managed to get it to work so that when a member clicks the link, …

Member Avatar for Shanti C
0
129
Member Avatar for justinmyoung

Hi, I have no trouble pulling data by a first name with the following code, but when I want to use both first and last name as means to access data, it won't work... Here's the code: [ICODE]<?php // Include connection to your database $con = mysql_connect("localhost","root",""); mysql_select_db("RUNNERS", $con) or …

Member Avatar for mcd
0
103
Member Avatar for veledrom

Hi, I just wanted to share this information with you to be able to send email via php. It works fine to me. Go to php.ini file and find the line below; (Do changes according to your settings.) php.ini [code] [mail function] ; Setup for Windows systems SMTP = your …

Member Avatar for ryan_vietnow
0
81
Member Avatar for knrakesh

Hello friends, i want to get the o/p like this please check this Browse 'A' Thank u Rakesh Nagekar

Member Avatar for Shanti C
0
71
Member Avatar for ishlux

Hi this is the code for showing the inbox........ [code=php] <table style="border:1px solid #EDEDED;background-color:#f6f6f6" border="0" width="100%"> <tr > <!--<td width="5%"></td> --> <td background="images/auto_alto_car_repair_login_silver_boxR1C1.jpg" width="20%" ><b><font size="3"><span style="color:005D95">From</span></b></td> <!--<td class="tcat" ><b><font size="3"><span style="color:005D95">Subject</span></b></td>--> <td background="images/auto_alto_car_repair_login_silver_boxR1C1.jpg" width="40%" ><b><font size="3"><span style="color:005D95">Subject</span></b></td> <td background="images/auto_alto_car_repair_login_silver_boxR1C1.jpg" width="20%"><b><font size="3"><span style="color:005D95">Date</span></b></td> </tr> <? session_start(); include('database.php'); $page_name="contractor_inbox.php"; //$limit=sql_quote($_GET['limit']); // …

0
61
Member Avatar for jynx_o7

i need to develop a project using php as a front end and Mysql as a backend. one of the module in my project is genarate barcode for equipment like computers lab equipment..i have a barcode reader it only read the number in the barcode.. can you help me what …

Member Avatar for peter_budo
0
98
Member Avatar for kittu007

Hi All, I am trying to read the emails from the Exchange Server with the attachments but the problem is i am able to read the mail but not the attachments . If you have any suggestions or links please send me a reply Thanks Kittus

0
56
Member Avatar for knrakesh

hello friends, if i want to search with [B]A[/B] in searching and if i want to [B]B[/B] please send code thanks Rakesh Nagekar

Member Avatar for Shanti C
0
85
Member Avatar for prashanth18
Member Avatar for Shanti C
0
94
Member Avatar for justinmyoung

I'm looking to have people register times (like 2:34, 2:35.04, etc.) into my database. Do you use integers values or something else? Thanks!

Member Avatar for Shanti C
0
58
Member Avatar for php_noob

I am curious what is the significance of TPL files on DEVELOPMENT? I seen many of these to some of SMARTY projects of my colleagues. I am a web designer and I am just starting to review my PROGRAMMING (again). I am curious in building website using these TPL Files. …

Member Avatar for Shanti C
0
79
Member Avatar for toughjamy

I have a webcam. iam able to write a python code for capturing photos from them now i need to know if there is some way of capturing images on my system as an administrator of a website. Now this pho automatically gets saved at server and then all users …

Member Avatar for toughjamy
0
53
Member Avatar for nil_gh_80

Hi frnds, I have built an information maintenance system where files can be uploaded. Anyone can view those files. But, the problem is when a file is viewed in the browser at that time if someone just copy the URL in some text file after that any body from any …

Member Avatar for langsor
0
180
Member Avatar for websurfer

Hello, all: I thought I could convert a basic upload script into a MULTIPLE file upload by simply adding a FOREACH loop to it, but doesnt seem to do it. Not sure if I am setting it up correctly. It looks like it does recognize the array since it does …

Member Avatar for pritaeas
0
215
Member Avatar for Shanti C

i have one static site... can any one please help to search the whole static site with search textbox... Any ideas and help would be appreciated....

Member Avatar for nil_gh_80
-1
144
Member Avatar for veledrom

Hi, When i click one checkbox code below workes fine but, more than one, noo. I cant find the problem. Can you help me please? Thnaks 1st page. [code] <td><input type="checkbox" name="checkboxReceipt<?php echo "[$newArray[id]]"; ?>" value="<?php echo $newArray['id']; ?>" id="checkboxReceipt"></td> [/code] 2nd page. [code] if (isset($_POST['checkboxReceipt'])){ $sql="UPDATE payment SET"; foreach …

Member Avatar for veledrom
0
225
Member Avatar for sarithak

hey can u help me out with web portal like orkut to exchange scraps..??? Need source code for that.

Member Avatar for praveen_dusari
0
91
Member Avatar for roh3x2n

I started PHP last month.So I am new. Is it possible to find the EAN 13 with PHP ? Here is how to calculate the EAN-13 [QUOTE] 1. From the right to left, start with odd position, assign the odd/even position to each digit. 2. Sum all digits in odd …

Member Avatar for langsor
0
111
Member Avatar for saikishore

Hi frnds... If u have loginpage code by using sessions...plz send me.. Html+php code total... plz its urgent.. uptonow i used normal login page but,now i require by using sessions.. its urgent..plz send me.....asap... thanks in advance.. kishore

Member Avatar for sarithak
0
97
Member Avatar for justinmyoung

Hi, I'm getting a Parse error on line 132 and can't figure out why. Line 131-133 = [ICODE]<select name='state' id='state' class='selectInput'> <option value="">Please select</option> <option value="-1">Other</option>[/ICODE] [ICODE]<?php include("config.php"); echo "<form action='$regScript' method='$formMethod' name='form'> <label><span>Full name</span> <input type='text' name='name' id='name' class='input-text'/> </label> <label><span>E-mail</span> <input type='text' name='email' id='email' class='input-text'/> </label> <label><span>City</span> <input …

Member Avatar for Shanti C
0
284
Member Avatar for ochien

hi guys, i have dll function that i make form vb, and i want use this dll in php, do yo know how to load dll in php ??? thanks before.

Member Avatar for ochien
0
59
Member Avatar for veledrom

Hi, I insert data into database with submit button. When insert is successful, a message box appears on the screen which is shown below. Now, user must click on "Ok" on that message to be able to continue. Is this effect concurrency in MySQL database because, several people use this …

Member Avatar for Shanti C
0
71
Member Avatar for knarffrank
Member Avatar for theBond

Hi, If there are multiple type of users - Super Admin, Admin, Clients should i have to use seperate SESSION variables for each type of users? Or should i have to maintain the session in single variable? Thanks

Member Avatar for Shanti C
0
78
Member Avatar for Shreyasi

Hi all, I try to make login page in PHP.But I unable to get the loginID/UserName in login_successful page.I try to do it by using session.Please anyone tell me how I solve this problem by using session.

Member Avatar for praveen_dusari
0
251
Member Avatar for god_1896

Hi, guys. I've got a simple request form that is submitting a request to a company email address. However, now when the form is submitted, I need the data to be sent in an email to the site's admin. and prompt the company some message... Anybody can give me a …

Member Avatar for Shanti C
0
136
Member Avatar for dizz-

Ok i want to create a shout out box for the forums, i use invision free forums, can some one hlep on that. never done something like that, is there a toturial or something?

Member Avatar for Shanti C
0
49
Member Avatar for AidaPus

Hi! I am going mad, -I am not that familiar with php yet, but know a little basic programming. I am receiving a lot of spam i our guestbook [URL="http://www.galleri1897.no/viewguestbook.php"]http://www.galleri1897.no/viewguestbook.php[/URL] and wanted now to implement reCaptcha. I got the keys, and actually got it to show in the right top …

Member Avatar for AidaPus
0
110
Member Avatar for OmniX

I saw one of these and looked very effective and professional. I have been doing research and four methods have come up: - Flash - Javascript - CSS - PHP So which to use and why? and If so how do I make one? Any tutorials? Thanks, Regards X

Member Avatar for OmniX
0
121

The End.