39,316 Topics

Member Avatar for
Member Avatar for rajeesh_rsn

Hi I had a login script in php, Mysql. Users can make their accounts and they can add their property in my database. I need to do a mail to all of the other users when an user add a property. Kindly Let me know about the script. I had …

Member Avatar for bastones
0
95
Member Avatar for sarithak

Hi frns.. here i am going to do paging ... upto now i got correctly what i mentioned([B]previous & next [/B]) here... but i need to add [B]last[/B] and [B]first[/B] also.... plz see this code with patience.... reply me asap.... [CODE] <?php include("config.php"); $page_name="index.php"; $start=$_GET['start']; // To take care global …

Member Avatar for forzadraco
0
280
Member Avatar for sarithak

Hi frnds.... For searching.... when i comparing my input string with database string, i phase problem with case sensitive and white spaces.... plz give me a suggetion to do this.... ex: input = "bluefox"; but in my database that word is like "Blue Fox".......... i need to get results without …

Member Avatar for diafol
0
75
Member Avatar for PinoyDev

Good day again to everyone.! my project of online enrolment system is almost done, thank you for all your support. Just let me know if you have problem in vb6 i would surely lean on my help to0 because its my expertise. this might be the last problem ive ever …

Member Avatar for cwarn23
0
2K
Member Avatar for lldcrb328

Well, I was wondering if anyone could give me a script I can use to get a entered value from a post form (e.g Username) and check to see if the username exists in a plain txt file I have with usernames separated by a line break, thanks in advanced.

Member Avatar for cwarn23
0
117
Member Avatar for websurfer

Hello, all: I have a simple chart, like... ID ACCOUNT YEAR JAN FEB 1 Utilities 2007 $20 $20 2 Utilities 2008 $25 $25 Let's say, customer wants to add a "year" like 2009, how can I check that this "2009" is NOT already in the YEAR column?? so that if …

Member Avatar for websurfer
0
352
Member Avatar for kilahcup

Hi guys - FNG here, and I got a little problem I'm hoping someone can help me understand. Uh, OK, it's actually a big problem. I have built, along with a friend who handles the PHP end for me, a website that draws on a database to "translate" itself into …

Member Avatar for kilahcup
0
112
Member Avatar for ammar77

I have a php code which generates random number if visitor comes to my wordpress blog from yahoo.com and if the random number is less than 10 then display a welcome message else display normal blog. Or if visitor come to my blog without any referrer or from other sources …

Member Avatar for death_oclock
0
82
Member Avatar for nil_gh_80

Hello friends, I've a user login system......user's name & password are saved in the database.......suppose i've an user "admin". At the time of login if he enters "admin" he can login also if enters "ADMIN" or "AdMiN" he can login too.....how can I stop this thing........PLZZZZZZZ show me the way...... …

Member Avatar for BeachyUK
0
446
Member Avatar for Aamit

Hi, I want to do like 1> drop down menu for language selection 2> If select language convert whole page text to that language selected language. So how to add or use translator( converter ) how to use google translator?? How to do that??

Member Avatar for cwarn23
0
1K
Member Avatar for tksrules

How do I get PHP to re compile. After I change a file, c:\xampp\phpmyadmin\config.inc.php in editor PSPad and save it, nothing changes, even if stop then start Apache and MySQL in XAMPP window, or reboot. Cannot get phpMyAdmin login to work probably because file changes don't result in application changes. …

Member Avatar for phper
0
102
Member Avatar for tanvi.p.41
Member Avatar for phper
0
394
Member Avatar for PinoyDev

good day.! I am currently developing an enrolment system which will be on february 12-13 the deadline. In the middle of development, the client wants that on every link the pop-up info to be display on that link will be from the mysql database. Assuming that i already have a …

Member Avatar for PinoyDev
0
120
Member Avatar for FlashCreations

Hey Everyone! I have a question about oop. I am trying to write a MySQL class for managing my MySQL db's and calls. So far I have almost completed it, but I am missing lots of functions. These are the result functions (ie. mysql_fetch_array() or mysql_num_rows() etc.). Instead of creating …

Member Avatar for mschroeder
0
118
Member Avatar for ade92uk

Hi, i would like to, using php, randomly select a word from the current page, which i have already managed to get into a string. I would like to use php to randomly choose any of the words, the full word.

Member Avatar for ShawnCplus
0
234
Member Avatar for Studio

Hi I have been searching everywhere including daniweb about retrieving image paths out of a mysql database and outputting them as images on the page using PHP. Does anyone know of a good tutorial that will help me do this. Thanks Studio

Member Avatar for Studio
0
69
Member Avatar for Coward

hi Friends i have problam withe oop i have class : [CODE] class create { function CreateDiv($persian,$author) { $div="<div align=\"right\" dir=\"rtl\">" . "<p style=\"font: 12px Tahoma; direction: rtl; text-align: right; line-height: 20px;\">" . "test datebase" ."<font color=\"#0066FF\">$author</font> ".$persian->date('compelete')."<br>" ."</div>"; return (string) $div; } } [/CODE] and sample page [CODE] <!DOCTYPE …

Member Avatar for Coward
0
66
Member Avatar for rush1

hi, i am new to php can u please tell me how ti insert data into table for user name and password??

Member Avatar for rush1
0
89
Member Avatar for whitestream6

I've just been editing an open-source PHP application (original version at [url]http://scripts.ringsworld.com/content-management/basiccms/[/url] , and modifying it to suit my needs :icon_cheesygrin: However, the PHP application is a CMS and always generates URLs this way: [url]http://yourwebaddresshere.com/cms/?id=1[/url] when I am trying to get it to be [url]http://yourwebaddresshere.com/cms/?id=pagename[/url] but I am struggling to …

Member Avatar for FlashCreations
0
143
Member Avatar for user1701

Ok so Ive been working with PHP for a while now but now trying to go beyond the basics, Im building an admin panel for example for a database of cars, and Im intending for the user to be able to scroll down a table of entries populated by the …

Member Avatar for user1701
0
97
Member Avatar for apollokid

Hi all, this is my first post and was wondering if someone can help me :D See I have a search field with a results.php and I want to have results from multiple fields. [ICODE]<form id="form1" name="form1" method="get" action="results.php"> Search: <label> <input type="text" name="findthis" id="findthis" /> </label> <label> <input type="submit" …

Member Avatar for marcosjp
0
127
Member Avatar for ade92uk

I have tried: [CODE]$urlres = preg_match_all('#<img[^>]*?>#si', $site, $matches); $checkhttp = preg_match('#src="http#si', $matches[0][$i], $checked); if ($urlres = true) {for($i = 0, $size = sizeof($matches[0]); $i < $size; ++$i) { if ($checkhttp != true): $pattern = '#src="http:#'; $replacement = 'src="'; $replacement .= $link2; $string = $matches[0][$i]; $result = preg_replace($pattern, $replacement, $string); echo …

Member Avatar for death_oclock
0
70
Member Avatar for queenc

can somebody tell me what the error is [B]Call to a member function insertseek1() on a non-object[/B]

Member Avatar for death_oclock
0
44
Member Avatar for ubaldc

i am porting over PHP code that was running prior to PHP5. Server is apache. i cannot get _GET or _POST to return a value that normally be obtained from an HTML page. I do know that in this version of PHP, the $HTTP_GET_whatever function has been deprecated. I am …

Member Avatar for ubaldc
0
242
Member Avatar for desiguru

In my mysql table there are following values: ID (unique)(Auto incre.) INI URL Name DeprSize Dept. Location Knownsince MeetingNotes The php queries are 1) SELECT * FROM `dep1` WHERE `INI` 2) SELECT * FROM `dep1` ORDER BY `dep1` .`Name` DESC And the sql indexes are: ---------------------------------------------------------------------------- Keyname Type Cardinality Field …

Member Avatar for pritaeas
0
104
Member Avatar for mrcniceguy

I have a script which uploads image in a folder then then path to the database. it works well. the problem is that i can`t display the image using the path. [code=php] <?php $sql=mysql_query("SELECT path,user,date,filename FROM picha WHERE user='peacemaker'"); $row = mysql_fetch_array($sql); $user=$row['user']; $filename=$row['filename']; $path=$row['path'];//here you get path where you …

Member Avatar for mrcniceguy
0
294
Member Avatar for sureronald

I am working on a web application and I would like to combine java script and php. I am using the window.confirm() function which gives a user an option to choose either yes or no. I am actually using this feature to end a users session so if user clicks …

Member Avatar for diafol
0
96
Member Avatar for naju

i got a problem wiht path for userfileupload for fckeditor in cakePHP i used in config.php of fckeditor as $Config['UserFilesPath'] = '/tours/app/webroot/files/images' ; for my localhost with xampp but it is not working for uploading the files with fckeditor it says '/tours/app/webroot/index.php/images' cannot be created. i think its a problem …

Member Avatar for diafol
0
107
Member Avatar for lldcrb328

Hello, can someone tell me how can I output all fields of a row in a mysql db using php? and then write.

Member Avatar for cwarn23
0
91
Member Avatar for jgna

Dear Forum, I've been doing php for sometime but just doing my first secure site. I am usign shared ssl from my webhost. I setup my pages and tested a paymennt system and the test is ok but now need to move the pages that contain personal info to the …

Member Avatar for cwarn23
0
64

The End.