39,326 Topics

Member Avatar for
Member Avatar for niths

Hi all, I am having a page where there is a drop down box for projects.Below that i had a list of users with check boxes. so wen i select a project in the drop down and assign some users to that project by checking on checkbox. so here is …

Member Avatar for scaiferw
0
110
Member Avatar for AntiNL

Hi, This is a reaction to a post([url]http://www.daniweb.com/forums/thread1720.html[/url]) thats a bit old, and I wanted to ask something, but it suggested I'd better start a new post. I'm sorry if theres another post going about this, but I couldnt really find the search function (just joined). First of all I …

Member Avatar for AntiNL
1
165
Member Avatar for Venom Rush

Hi all I'm looking for progress bar alternatives to the mass of flash solutions I've found through Google. I also don't want to use the PECL package 'uploadprogress' as it's been a headache for myself and the hosting company I host with. There must be some solution out there that …

Member Avatar for MVied
0
146
Member Avatar for haribo83

I am trying to create a set of league table in MySQL and PHP. I can get the tables to show the top and bottom 5 values but the problem is when I have less than ten records in the system. When this occurs the same people can appear in …

Member Avatar for drjohn
0
3K
Member Avatar for help_lucky

Hello Everyone, I have 2 checkboxes in a form and onclick of these. Once the checkbox is checked, only the fields that are relevant to the checkbox are displayed, with default values in it and to fetch the default values i need to trigger php code. So i can't perform …

Member Avatar for help_lucky
0
246
Member Avatar for sugumarclick

Hi all, I am a php rookie. I like to get a PHP function returning an array which gets a string(search query) and db results(an array) as arguments. This array should be sorted in ascending (alphabetical) order with search query positions. I tried of querying the results but i struck …

Member Avatar for pritaeas
0
168
Member Avatar for mayanktalwar

[CODE](https?://)?(www.)?[0-9A-Za-z]+\.com/[0-9A-Za-z]+/\?paged=[0-9]+[/CODE] i am getting this error in php [CODE]Warning: preg_match_all() [function.preg-match-all]: Unknown modifier '?' in C:\xampp\htdocs\expression.php on line 19[/CODE] i have test it on online testers it is giving correct results but when i ran it in preg match it gave above error

Member Avatar for pritaeas
0
101
Member Avatar for Stefano Mtangoo

Hi, I'm learning making CMS. As you can see, I cannot do everything from scratch. So I request anyone with code in his codebase that works fine on paging or knows practical code to point me. I want to page my articles once are more than let say 10 Cheers …

Member Avatar for Stefano Mtangoo
1
125
Member Avatar for Marty6

I've got a website that has a registration page, after you type in all the information you hit an okay button and what is supposed to happen is the page sends a confirmation to the member's e-mail and then it adds the member information to the database. however I keep …

Member Avatar for rajarajan2017
0
161
Member Avatar for notmasteryet

well there is the code and its not emailing me anything when i fill in the form. kind of new to php :((actully first time doing it.) [code=php]<?php /*code for form */ $emailSubject = ' PHP Scripting'; $webMaster = '******@gmail.com';/*just made stars for this site*/ $email = $_POST['email']; $name = …

Member Avatar for rajarajan2017
0
159
Member Avatar for demontro

[B][COLOR="Green"]Hey Guys i just was asking if i had data called zf and table cq_user and there is coulmn called emoney and i wanna increase This emoney Value By sumbit Like Increase at php page... but i need This emoneyvalue if it's 100 i need to increase it by 10 …

Member Avatar for silviuks
0
93
Member Avatar for webbozz

Can someone help with with a script to find broken links in the url column of a sql database and set it as broken in the status column?

Member Avatar for webbozz
0
244
Member Avatar for runjel

hmm how will i start.. in my main page we can find the login form... that login form is made up of div... after i successfully logged in that login form div will become hidden then my other hidden div which is the control panel will appear.. that control panel …

Member Avatar for ivatanako
0
63
Member Avatar for Zagga

Hi folks, just a quick form question. Whenever I have used forms in the past I have always sent the data to a seperate page to be analysed, with a 'Back' button (using history.go(-1)) to return to the form to correct any errors. When editing forms (populated from a database) …

Member Avatar for digital-ether
0
152
Member Avatar for ajwei810192

Hi, I wonder if anyone has tried to implement PHP with Javascript. I have the code here like this: if($name=='Mary') { echo "<script type=\"text/javascript\">window.alert(\"Hi, Your Name is " . $name . " \")</script>"; } For some reason, I don't get anything on the screen. Could I embed javascript in PHP …

Member Avatar for ajwei810192
0
107
Member Avatar for kirtan_thakkar

I have a folder in witch i have a sub-folders and in each sub-folder i have text files(.txt). I want to count that text files and want to print the result on the page. Can someone code it out???

Member Avatar for kirtan_thakkar
-1
729
Member Avatar for digiplaystudios

Hi There, I currently have a PHP/MySQL query script which displays the top 50 MySQL rows in the table, however, it displays the top 50 of all time. I would love a way for it to display the top 50 rows in the last 7 days. The table looks a …

Member Avatar for digiplaystudios
0
273
Member Avatar for kirtan_thakkar

[code=php] echo ("<a href=foldername/".$file.">".$file."</a>"."<br>"); [/code] and there [code=php] $file = readdir($handle); [/code] in that case $file is a folder name with space.. So I have to put double quotation after href=. But it doesnt printing that double quotation. The link I am getting is only the folder name's first thing …

Member Avatar for kirtan_thakkar
0
2K
Member Avatar for saiprem

Hi all, I implemented jsTree([URL="http://www.jstree.com/"]http://www.jstree.com/[/URL]) in my script, which is displaying a tree structure for me, but i have a problem The problem is onCliking on the anchor tag it is not taking me to the url given on the href attribute, please help me to resolve this Ex : …

Member Avatar for nilaa
0
354
Member Avatar for kirtan_thakkar

I have a complete list of a topics. I have to create a Index for A B C D E ... On Clicking those buttons without navigating to another page it shows only topics wich starts from that letter... How to code it in php???

Member Avatar for kirtan_thakkar
0
157
Member Avatar for fizanos

Hello guys, pls i need a Form And PHP Code To Get Upto 15 Values Into A Normalize DB At Once Sample Attached MySQL DB Syntax [CODE]-- -- Table structure for table `litorder` -- CREATE TABLE IF NOT EXISTS `litorder` ( `order_ID` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Order identification …

Member Avatar for digital-ether
0
157
Member Avatar for toradh77

Hi all in daniweb, I attempted some form validation but I seem to have made a complete mess of it. Before I introduced the validation and regular expressions it was working fine but because I'm not really sure of this topic I made some syntax errors. I would really appreciate …

Member Avatar for digital-ether
0
157
Member Avatar for ajwei810192

Hi, I am wondering if anyone in this discussion forum uses some sort of web hosting service. Is there one that is free that supports Ajax, PHP, MySQL and ASP.NET? The one I use only supports PHP and MySQL. Anything is appreciated.

0
61
Member Avatar for muralibobby2015

hello.... i want to diplay countrys vertically using <ul>.forexample there is 10 countrys. i want to dispaly first five in first column and next in secound column. how to do this dynamically. [CODE] [U]COLUMN1 [/U] [U] COLUMN2[/U] <ul> ARGENTINA <li>state1</li> <li>state2</li> <li>state3</li> </ul> <ul> AUSTRALIA <li>state1</li> <li>state2</li> <li>state3</li> </ul> <ul> …

Member Avatar for almostbob
0
66
Member Avatar for franksmule

I have a very strange problem... I have the exact same data on my local server and remote server, same php code everything... Same PHP Version.. I use this code.. echo ord($str[11]) << 24; And it returns a totally different incorrect result on the remote server, but totally fine on …

Member Avatar for Lapixx
0
89
Member Avatar for search4f

I am new to php and my sql so please bear with me. I am using a program php runner. I have 3 fields year make model that need to be drop down lists dependent on the prior selection. for instance if they chose 200 toyota there wont be a …

Member Avatar for search4f
0
164
Member Avatar for kirtan_thakkar

I need a php code that will open and show a random text file(something.txt) in the webpage.I found so many scripts that open a random line in one textfile but i need a code in php that will open a random .txt format file in a specific folder to see …

Member Avatar for kirtan_thakkar
0
179
Member Avatar for Uma_fb

Hi. I am new to PHP and would like to have the support from the members of this forum to learn PHP in depth. Here is my 1st question/post to this forum and expecting the solution from this forum. I want to read a MS Word doc file and even …

Member Avatar for prasadk123
0
1K
Member Avatar for jayreis

Hello, can anyone explain how Craigs List creates the anounomous email addresses like [email]gigs-844r7-1770905448@craigslist.org[/email] and how the server then knows who to forward that email to and how it gets forwarded too the persons real email address. thanks for any help

Member Avatar for jayreis
0
151
Member Avatar for chanumaa

How to set local hosting in Dream weaver? and what software went for testing local hosting in Dream Weaver for php testing?

Member Avatar for vishalbaid
0
59

The End.