39,326 Topics

Member Avatar for
Member Avatar for mangel.murti

hi all new to php ..... how to protecte links on userpage when he login successfully. i want that out side user who not logged in ,can not see page after copy those links in browser.any example. thanx in advan......

Member Avatar for buddylee17
0
104
Member Avatar for shibobo2001

I would like to delop a search facility allowing the user to search other user by name, matching users should be listed, each matching user should have a hyperlink labelled"Make Friends", could anybody help me write an ajax code for this, many thanks

Member Avatar for digital-ether
0
116
Member Avatar for jzimmerman

New PHP person here.. I am setting up an event registration page. The users must select from two arrival dates for hotel and flights. from my database, I am able to populate a dropdown with the two dates. [code] "SELECT DATE_FORMAT(firstarrival, '%d %M %Y') as newfirsta, DATE_FORMAT(secondarrival, '%d %M %Y') …

Member Avatar for jzimmerman
0
152
Member Avatar for stevehart808

Hi, Just hoping someone could point out how to do this: Users can either [COLOR="Red"]insert a link to audio or upload audio[/COLOR]. Rather than have 2 separate fields in my mysql table (that would lead to more probs) I want to insert depending on which form field has been entered. …

Member Avatar for jrdark13
0
107
Member Avatar for culebrin

I have a SP (sp_test_procedure) created from a SQL Server Project in my SQL Server 2005 database, inside this SP I have a call to another SP which inside calls to a SP in another Database Server (SQL 2000) through a cross-linked connection. When I execute it from the Management …

Member Avatar for culebrin
0
300
Member Avatar for itsyllabus

Lear PHP Search engine optimization and MYsql from the scratch <URL SNIPPED> Regards Mike

-2
56
Member Avatar for blueskin

Hi, I have a form with an array. kidname, age and lesson. [URL="http://jawaweb.com/e1.jpg"]http://jawaweb.com/e1.jpg[/URL] I fill up with 2 kids to join, when i click on send, there are 2 email sent to same addresses and all the informations going to mysql database. confirmation pagina shows. [URL="http://jawaweb.com/e1.jpg"]http://jawaweb.com/e2.jpg[/URL] When i view a …

Member Avatar for blueskin
0
282
Member Avatar for anirbanb2004

Hi All , Recently I have bought an excellent image rating PHP script from [url]http://www.hotornotclone.com/[/url]. For a Long time I was searching for the script and finally this is the solution what I was looking for. But I am not able to customize the colour and menus yet. Can any …

Member Avatar for pritaeas
0
60
Member Avatar for rajeesh_rsn

Hi I make a php file upload script and uploaded in my ftp server. And works fine when I changed the permission of the folder into full ( ie world can write, execute and read ) . The images are saved in that folder...... How much it is secured ?? …

Member Avatar for MVied
0
117
Member Avatar for emclinux

Is there a way to gather the HTTP header send from a server so that I can check if it is a code 200 or a code 404 and base the output from that. Thanks for the help EmcLinux

Member Avatar for emclinux
0
144
Member Avatar for ruelk

First of all, I have absolutely know knowledge of using C# for communicating with websites. I am under some time constraints so I am trying to crash through it but I getting more lost than anything. What I have is a windows application that a user can build content files. …

Member Avatar for ruelk
0
364
Member Avatar for palaboy
Member Avatar for emclinux

I have a PHP/MySQL app that when a user enters a description of there club that it reports back on a group page. When a user enters there information the line breaks are removed and all becomes one long string. Is there anyway that I can keep there line breaks? …

Member Avatar for emclinux
0
173
Member Avatar for isomillennium

Hi All, im having difficulty trying to match lets say a string that is between 1 to 3 chars long and are all capitals.. i tried .{1,3}[A-Z] but it didnt work.. for ex.. "blah blahBLAh" .. what would be the reg ex code to match the BLA in the middle …

Member Avatar for MVied
0
105
Member Avatar for Book38

Can anyone tell me what language this code is: $T7FC56270E7A70FA81A5935B72EACBE29 += (ord($TF186217753C37B9B9F958D906208506E[$T3A3EA00CFC35332CEDF6E5E9A32E94DA]) >> 4); if ($T7FC56270E7A70FA81A5935B72EACBE29) { $T9D5ED678FE57BCCA610140957AFAB571 = I need to find a translator for it. It was in the footer of a php script I have and I want to translate the entire code to HTML. Mike

Member Avatar for ShawnCplus
0
114
Member Avatar for dami06

I'm trying to create a simple login page by following a tutorial i saw online. I did everything it required but i got this error [B] // Check if session is not registered , redirect back to main page. // Put this code in first line of web page. Warning: …

Member Avatar for MVied
0
359
Member Avatar for rajeesh_rsn

hi I had a web site made in php. I need to collect visitor data ( ip address, visiting time) and store in it a database. I wrote the code like this [CODE]date_default_timezone_set('Asia/Calcutta'); $time= date('D,F j, Y, H:i:s A'); $ip=getenv("REMOTE_ADDR"); mysql_query("INSERT into visitordetails (ip,time) VALUES ('$ip','$time')") or die(mysql_error());[/CODE] and this …

Member Avatar for rajeesh_rsn
0
113
Member Avatar for mirainc

Im using dreamweaver with PHP. I have items in my shopping cart which is then passed on to the transaction page. How do i add the amount of items in the shopping cart? Any help is appreciated! Thanks!

Member Avatar for humbug
0
172
Member Avatar for PinoyDev

hi.!!I have been developing an online enrolment system for a client in php...ive encountered a problem during the middle situation.The client added a situation that when the student click on the first year link, the subject of that year will just pop-up under the link.example: first year - Filipino - …

Member Avatar for PinoyDev
0
182
Member Avatar for khr2003

hi I am making a script to extract data from a table from a website using explode function and then insert the data into the database. I have stuck with foreach loop, this is how it looks: [CODE] $table_data = explode('<table cellspacing="1" cellpadding=1" width="90%" border="0" bgcolor="#EFEEEE">', $data); $end_table= explode("</table>", $table_data[1]); …

Member Avatar for khr2003
0
125
Member Avatar for sleign

I'm not exactly sure where to post this - in html, php, or mysql area but since this is mostly php oriented, I figure I'll post it here for starters til I get yelled at >< Background info: This is not for the general public, nor attached to any website, …

Member Avatar for TommyBs
0
123
Member Avatar for vicky_rawat
Member Avatar for it2051229
0
175
Member Avatar for techie
Member Avatar for Cilice11
0
682
Member Avatar for cali_dotcom

hi everyone, i keep on getting this error when i try to insert a value into a table via php. Duplicate entry '' for key 2 i've tried a lot of solutions from the web including changing the the primary key from int to bigint. i also flushed the database …

Member Avatar for almostbob
0
353
Member Avatar for mirainc

Hey all, My situation is this.. A user has already selected the items into the shopping cart. Now it is on to the transaction table. So all the items are added to the transaction table for the user to purchase the items. When it goes to the transaction, the shopping …

Member Avatar for buddylee17
0
118
Member Avatar for mrcniceguy

i have a script which works as i were using it in localhost(wampserver),for uploading photo in a directory then the file path to the database. My problem is that now i`m trying to use the script in the website server where i uploaded my site files,and its giving me the …

Member Avatar for mschroeder
0
110
Member Avatar for mirainc

Hey all How can i capture the username, which is being input in a textbox, and pass it to another page? [U]Login.php[/U] Example, username: admin Welcome.php it should display, Welcome, admin How can i achieve this? Using dtreamweaver with PHP language Thanks

Member Avatar for humbug
0
114
Member Avatar for welbyobeng

I have a script where it convert regular file such as mpg to flv. Now when I upload mpg it converts to flv fine. but when I upload avi it does not convert probably and the size of the file is 0. Here is the encoding part of the script. …

Member Avatar for dream party
0
100
Member Avatar for alexgv14

I have this word press plug in that scrolls text across the screen like a marquee. Instead of it scrolling I want to to revise so that the text fades in and out. I have not been able to do it. Below is the plugin if there is a way …

0
43
Member Avatar for naneus

I work in an office that has an Intranet site for office use. We have two Windows 2003 Servers. One Server has the Intranet site on it and all of the files (php html pdf txt etc) that are used in our Intranet site. The problem is we do not …

0
62

The End.