39,316 Topics

Member Avatar for
Member Avatar for alexgv14

I want to get the contents of a particular file on a the web server, and then echo the contents into a text box on a web page. What should I use. I was thinking file_get_contents would probably be the best bet.

Member Avatar for emarshah
0
91
Member Avatar for SuperErik

How can I send a string from php page to c# windows form using socket? Can you give me some example?

Member Avatar for kvprajapati
0
800
Member Avatar for mikejamesuk

I finally got remote debugging to work thanks to the last few lines of: [url]http://www.i-programmer.info/tinyURL.php?id=190[/url] mikej

Member Avatar for emarshah
0
107
Member Avatar for borntowin_786

Hi , I am using codeigniter for my project.On admin side i am using spaw editor to add content.On user side i have used a code so that for large content to have read more and close link.For normal text no problem what so ever.But suppose in a content we …

Member Avatar for emarshah
0
441
Member Avatar for dwdata

I have a form which allows for the user to pick ZERO or MANY items. I was hoping when I SUBMIT the form, all the values would update in the field. Here is the form code: [code=html]<tr> <td><div align="right">Instruments:</div></td> <td width="116" align="center" valign="middle"> <div align="left"> <select name="Instrument" size="5" multiple="multiple" id="Instrument"> …

Member Avatar for emarshah
0
161
Member Avatar for bhanu1225

Hello All.... Is "Entropy PHP 5.2.9" different from "PHP 5.2.9" ? If yes, any installation changes required ?

Member Avatar for emarshah
0
82
Member Avatar for Devendra1

Hi there I have programming background, but I am very much new to the world of PHP. Can anybody tell Which software(s) I should use to write and compile code in PHP. Give me some basic knowledge to start practically with PHP.

Member Avatar for jbennet
0
292
Member Avatar for vanessia_1999

HI everyone I thought I got it, because last time I was having problem with the information being displayed until someone told me to have consistant column. I fix that problem, adn thought it would be not problemto add another column. I added another column and now the quantity sold …

0
90
Member Avatar for zachabesh

Hey all, Got a tricky little problem here: I wrote a bookmarklet and a php script to email the current url of the page I am on to myself. The bookmarklet looks like this: [code]javascript: var url = window.location.href; var user = 'myemail@email.com';window.open(myserver.com/mailurl.php?url=" + url + "&user="+ user);[/code] The php …

Member Avatar for zachabesh
0
464
Member Avatar for kingben

what do i need to know/use to authenticate users on my login page based upon their gmail/yahoo/hotmail/msn etc. username and password. i.e if they have a valid gmail username and password, they can acess my site.....

Member Avatar for kireol
0
99
Member Avatar for absk

There is this text file with around 80,000 words, all in lower case, in alphabetical order. How do I read these words into associated arrays? I mean, words starting with 'a' go into $words['a'], those with 'b' into $words['b'] and so on.. The array should become something like [I]$words['a'][0], $words['a'][1], …

Member Avatar for ShawnCplus
0
151
Member Avatar for arvindikchari

Hello I have a script which uses CURL to create a database using CPANEL. But it is giving the following error message: [code] Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/aquarius/public_html/createdb/includes/ecurl.class.php on line 35 [/code] It is not an issue with …

Member Avatar for kireol
0
269
Member Avatar for mana_panigrahi

Hi All, My requirement is to develop an editor which should support XML,PHP,Python,DAT and normal file formats. I am trying to get information like: is there any free editor developed in PHP or some other langauage is available which can be customized or any idea to go ahead Regards, -Manoranjan

Member Avatar for cwarn23
0
122
Member Avatar for dwdata

I have a query that retrieves records from a table: [CODE] <?php $query = "select * FROM Ev_AvVolunteers where id_Event='$id_Event' ORDER BY Name"; $results = mysql_query($query) or die("Error performing query"); ?> [/CODE] It is sorting by Name now BUT I want a different sort. There is another field called "Instrument" …

Member Avatar for dwdata
0
140
Member Avatar for coubury

Hello. Im getting this error on a product page on my website Quote [QUOTE] 'Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/supremew/public_html/catalog/osc/products_new.php on line 89'[/QUOTE] [code] ?> <tr> <td width="<?php echo SMALL_IMAGE_WIDTH + 10; ?>" valign="top" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products_new['products_id']) …

Member Avatar for Menster
0
222
Member Avatar for sarithak

Hi frnds... I am going to do Image gallery...I want to upload [B]more number of photos at a time[/B] ..any body having both design form and backend code ([B]thumnail image, preview image[/B] into database)...plz fwd what ever u have...i can modifythe code based on my requirement.... Sry 4 asking readymade …

Member Avatar for praveen_dusari
0
146
Member Avatar for inabahtrg

Hai all, im new here so plz help me..im doing a php progrm so i try to passing the first jump menu to the second one on the same page..i tru using onchange but noting happen....both of the selction using data from sql data base..so plz help me this is …

Member Avatar for Will Gresham
0
164
Member Avatar for Sevenupcan

Hi. Just recently [URL="http://sevenupcan.com/crispinward"]my site[/URL] has stopped working. All the urls on my site have gone haywire and therefore all links and files are not loading correctly. I am using a CMS called skeleton which is really more of a very basic flat file templating tool. One really useful feature …

Member Avatar for Sevenupcan
0
100
Member Avatar for dwdata

Hi All, For some reason, I cannot get the values to pass to the ACTION page correctly in the code below: [CODE]<? $id_Event = '1'; ?> <head> </head> <body> <form id="form2" name="Operation" method="post" action="EvVolProcess.php?id_Service=<?php echo '$id_Event'; ?>"> <input name="id_Event" type="hidden" id="id_Event" value="<?php echo '$id_Event'; ?>" /> <select name="SelVol" id="SelVol"> <? …

Member Avatar for dwdata
0
101
Member Avatar for imhunk

Hello. i m new in web field and have created some of my new websites. now i want to upload it on www server . Please , tell me how to take a web space and how to upload my web site. thanks.

Member Avatar for ThinkFree
0
64
Member Avatar for imhunk

hello. i want to get a free web space where i can upload my own created designs. i went in with some of the sites but they provide their own templet. so, please help me by giving me some names of such sites. thanks !!

Member Avatar for ThinkFree
0
67
Member Avatar for K?!

Hi all I was wondering if there was something like Java's JList in HTML. I guess not because I can't find anything like it in the list of the form's input types. What is the easiest way to provide the functionality of a JList? Thx in advance. Greetings, K?! Ps: …

Member Avatar for K?!
0
401
Member Avatar for xylude

I am wanting to make a search for a website, and I have a plan on how to do it but I am not sure on how to go about indexing the site. My idea is to run a script through the pages that parses everything between the <p> and …

Member Avatar for xylude
0
136
Member Avatar for Niccloud

I am trying to search for something in the database. However, this error keeps popping up. I was wondering if anyone could help me. Thanks [code=php]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <? $host = '127.0.0.1'; $database = 'lab11'; …

Member Avatar for Menster
0
288
Member Avatar for thompson007

I am using a function in php for all select queries so that i can dynamically retrieve data from my database ..... I just wanted to know that is my code secure and efficient or if their is a better way to do this, if so please point me to …

Member Avatar for Menster
0
98
Member Avatar for zoro11

hi, i have a script here which display an item name from database into textfield based on the combo box selection, i cn display the item name but my problem is i dont know how to display the item information into the textbox? i'm required to use php, hope my …

Member Avatar for peter_budo
0
538
Member Avatar for ervine

Hi there! My name is James and this is my first post here. Currently I'm using xampp to test and play around, but now I stuck. I have an payment processor wich needs to access my script but it's not working for localhost (of course not!). Is there a way …

Member Avatar for ithelp
0
92
Member Avatar for ervine

Hi there! How can I mask an e-mail address like: before: [email]myname@myprovider.com[/email] after : m#n#m#@###rovider.### Thank you in advance James

Member Avatar for Menster
0
62
Member Avatar for ayesha789

Hi, This is a code of Dynamic Drop Down Option. If I select Item Code It Shows Item Name and vice versa. I need to fill option from MySQL Database. Can anybody help me out. please . [CODE=html]<html> <head> <title>Gender Drop Down Test</title> <script type="text/javascript"> function selectItem(value, id){document.getElementById(id).value=value;} </script> </head> …

Member Avatar for ayesha789
0
131
Member Avatar for DaveyMoyes

hi all - can anyone help with the following - I am unable to upload any data to my database - I can connect successfully as i have changed the password, database name and got the error's i was expecting. but for some reason, the data just doesn't seem to …

Member Avatar for kireol
0
68

The End.