39,393 Topics

Member Avatar for
Member Avatar for Manuz

[CODE]Hi . I want to know is their any way to disable the maximize button by using javascript or php. Thankz in Advanz [/CODE]

Member Avatar for Manuz
0
516
Member Avatar for isotope

Hello everybody, I'm trying to write a php script to read rss feeds. Since I began, I found it is much harder than I expected, because the xml structures are very different, and they need to be interpreted differently everytime. I'm using [CODE]simplexml_load_file()[/CODE] to read the xml code easily and …

Member Avatar for isotope
0
149
Member Avatar for tonyledenko

Hello, Below is a form redirect page. When the form is filled out the following will be seen on the redirect page. What I would like to do is hide the echos that aren't filled out. <span class="content"><strong>Name:</strong></span> <span class="contentred"><?php echo $fullname; ?></span><br> <span class="content"><strong>Company:</strong></span> <span class="contentred"><?php echo $company; ?></span><br> …

Member Avatar for somedude3488
0
87
Member Avatar for yasmena

i need to add an option from list1 to list2 when the user clicks on ADD to List button but sth is wrong with my code it's not working function AddItem() { var opt = document.getElementById("List1").selectedIndex; document.getElementById("List2").options.add(opt); } can anyone tell me whats wrong ??!!!!!!

Member Avatar for Atli
0
102
Member Avatar for yasmena

is it possible to make the user choose his favourite color from a Box like the Paint Program which contains all the colors

Member Avatar for sDJh
0
92
Member Avatar for BillyMako

I am putting together an inventory system which keeps count of the stock level. I have the inventory database setup for example: [B]Product[/B] [B] Stock_level[/B] Battery1 25 Whenever "Battery 1" is bought, it adds a row to the "orders_products" table. Is there a way where i can have an update …

Member Avatar for somedude3488
0
110
Member Avatar for udaydesai

:) [B]hello friends[/B], [COLOR="Red"]plz help me regarding text editor[/COLOR]. text editor using javascript and edited text should inserted to mysql database using php. is it be possible to do. iam using many text area field in one form so how can i edit text in like text bold, edit font …

Member Avatar for Shanti C
0
145
Member Avatar for r_sathya

hai i am sathiya one question if we paste the resume in the corresponding box. after the click the ok button . some important data like(name.email,phone number ,address......etc) the resume is to be transfer into the corresponding field in the form....... please give suggestion.......... if its able to done through …

Member Avatar for Shanti C
0
113
Member Avatar for r_sathya

hai i am sathiya one question if we paste the resume in the corresponding box. after the click the ok button . some important data from the resume is to be transfer into the field in the form....... please give suggestion.......... if its able to done through PHP...............

Member Avatar for pritaeas
0
99
Member Avatar for cwarn23

Hi and I am having 2 technical difficulties with a web search engine I have created. One is that the search bot comes to a url and never stops loading. Below is the current script I use to validate a url and to capture the information but my question is: …

Member Avatar for cwarn23
0
100
Member Avatar for r_sathya

Hai , i am sathiya i want to transfer the details in the resume into form by php........ i is able to do it........ if means give some tips ........... with regards sathiya

0
92
Member Avatar for datapunk79

I'm going to be creating two fairly large application and have been researching some PHP Frameworks to make it manageable for me and a small team. I've been checking out the Zend engine and think it's pretty good, and was wondering if anyone uses it, or if there are any …

0
45
Member Avatar for mrcniceguy

I have a page where people in a site selects search items.its a dating site. so there is this first drop down menu for gender which u select three options:thus looking for (all,Men,female) and another drop menu you select country which has two options:thus Country(all,.name of all the countries). Men …

Member Avatar for humbug
0
106
Member Avatar for websurfer

Hello, all: have this general question on how to handle member's email in a site... what is the right way to setup an email-system structure, say like in dating site, where members can email between each other, and if a member receives a new email it will "show" new email, …

Member Avatar for humbug
0
166
Member Avatar for psycho007

Hi Does anybody know if there is away for php to open a port i.e. com1 which is connected to the modem and pole for a incoming call? idealy I would like php to display CID (caller ID) from incoming call, then insert it into a mysql database. or pop …

0
109
Member Avatar for psycho007

Hi there, was wondering if somebody could help me. I currently have a project to create a php/mysql system for a local pizza company, a touch screen system. Cut a long story short, I need to be able to print multiple lines from a txt file. I have got the …

Member Avatar for psycho007
1
1K
Member Avatar for websurfer

Hello all again... I have a problem with this "mini-CMS" I am buidling as I'm trying to learn this PHP thing... Everything seems to be working OK, EXCEPT when I try to UPDATE the images from a specific record, it only updates one of the images, and it always looks …

0
88
Member Avatar for justinmyoung

It's just a testing script and a testing database but I can't get it to work. It's using an edit-in-place script that allows users to edit their data, then it calls this save php script which is supposed to save it and update it within the database. It does neither. …

Member Avatar for somedude3488
0
147
Member Avatar for grr

I want to make an app system like Facebook. I just need to know how to include remote files. Like, for example: [code=php] <?php require "top.php"; require "side-left.php"; //Start include (sanitize with ob_start();) require "http://blah.com/bla1/bla2.php"; //End include require "footer.php"; ?> [/code] I'd like to figure out how to get a …

Member Avatar for grr
0
144
Member Avatar for dirtyhiphophead

I am looking at crreating a file sharing site with a latest activity feed on the homepage.i've being searchin to get free php file sharing scripts but to no avail,could anybopdy help?

Member Avatar for mexabet
0
95
Member Avatar for rutaba

i hav got a project of web development using php.. i need to hav an idea for a good website.. ( a dynamic one)

Member Avatar for humbug
0
78
Member Avatar for darjana

[CODE] $fp = "http://".$site."/stor10392/".$filename; $complete = file_get_contents($fp); header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("Content-type: ".$mimetype); header("Pragma: public"); header("Content-Disposition: attachment; filename=\"".$filename."\""); echo $complete;[/CODE] this is code from my download script this making save box from browser taking too long to appear .. (30-40sec on 50mb file) anyone know how to make …

Member Avatar for darjana
0
136
Member Avatar for 123468743867143

[B][U]Question:[/U][/B] [COLOR="Red"]How to pull info from MySQL to populate title tag?[/COLOR] [U][B]Current code:[/B][/U] Include/common.inc.php <title><? echo PAGE_TITLE; ?></title> ________________________________________ Individual pages <? include("include/common.inc.php"); define ("PAGE_TITLE", "Blablablablablabla"); ETC ECT ETC ETC ... ________________________________________ I want to customize further the PAGE_TITLE in the file details.php ([url]www.mysite.com/details.php?listid=[/url]... ) to reflect information taken from …

Member Avatar for humbug
0
142
Member Avatar for jackakos

I am trying to query a table where at least three conditions have to be met and then the outcome stored in an array and printed into a table. I tried with the code, but I am having problems setting the conditional query and would be happy with an assistance …

Member Avatar for jackakos
0
142
Member Avatar for ko_cjun

hello everyone! i'm trying to display a text from my database, that part is already fine but when the value of the text has a - or ' (maybe there's more) in it, instead of displaying the actual - or ' it displays other special char like smileys and stuff. …

Member Avatar for cadillacwd
0
109
Member Avatar for gordo58

Hi, I'm trying to list facilities available for a particular hotel horizontally, separated by a comma, within the <td> element of a table. The facilities are type ENUM and have a value of '1' if available and '0' if not. NonSmoking, AirCon and Restaurant are field names in the table …

Member Avatar for gordo58
0
119
Member Avatar for ufucuk

Hi mates, We are asked to create a huge portal system with lots of sub categories. Think about Yahoo! This postal will get lots of users and in the same there will be many database process. In short, lets think we want to build something like Yahoo! Now I'm in …

Member Avatar for Stefano Mtangoo
0
156
Member Avatar for kings

hi i am try something like upload pictures in daniweb.where a window pop out ...when the user clicks upload.i want the link to comein the parent window.please tell me how to do tat...... thanks in advance

Member Avatar for sDJh
0
81
Member Avatar for rosepleasure

Please help checking the following code. It may look too mess. It's from other programmer. I try to fix it but I start to get headache now. It's make our product's page showing 3 hidden links of its own products' link on Google. For example: The page of [url]http://www.mywebsite.com/product-name-1.html[/url], currently …

Member Avatar for humbug
0
283
Member Avatar for dinilkarun

I have a variable/flag in a PHP file and depending upon the value of this flag i need to execute a set of code in another .js file. Can you tell me how to access the variable in .php file inside a .js file? Please find attached the sample js …

Member Avatar for cadillacwd
0
107

The End.