39,316 Topics

Member Avatar for
Member Avatar for itisnot_me

ok so i looked a little and came up with a bunch or crap. so was wondering how i might beable to make a special area where people can start with a blank canvas and then import a picture already on the server to the canvas. then rotate, position it, …

0
59
Member Avatar for nigelsponge

Hi a kind member (ardav) helped me with some php scripting to get a drop list to be populated using an exploded function in php. I need to also add a first option to the list that would say "Choose Color" as the client wants the light and dark colors …

Member Avatar for nigelsponge
0
112
Member Avatar for MDanz

just a simple web spider/crawler i'm trying to create to populate my search engine. [CODE]<form action="crawl.php" method="get"> <center> <span class="style1">Crawl Website</span> <input name="search" type="text" value='' size="25" /> <input type="submit" name="submit" value="Go!"> </center> </form>[/CODE] i type the name of a website,[b] i extract the <title>, <header> from the website.[/b] then i …

Member Avatar for cwarn23
0
145
Member Avatar for Arsench

Hello world, I have a DB in mysql, and want to create a code that will select all this DB data ( there are 10 records) and send it via email (created send email in php). Anyone have a such example please ?Could you help me =? Thanks in advance.

Member Avatar for Arsench
0
78
Member Avatar for dorkwad

please help me to convert php multi dimension array to JavaScript multi dimension array[code]Array ( [nonveg] => Array ( [0] => mutton [1] => Chicken ) [veg] => Array ( [2] => sambar [3] => rasam ) ) [/code]this is my array value i pass it to JavaScript function i …

Member Avatar for wilch
0
374
Member Avatar for Phil++
Member Avatar for srilakshmitr7

I thought of implementing multiple pagination concept in a single page.I applied pagination concept but instead of changing only one set of records it gets reflected to another set of records.Can anyone solve this.

Member Avatar for wilch
0
135
Member Avatar for cwarn23

Hi and I have just noticed with my media wiki installation that all of my pictures in mediawiki are suddenly broken. The files are there but if I enter the path location in the url bar it takes infinit time to load (never loads - no error). Same for in …

Member Avatar for cwarn23
0
209
Member Avatar for aycmike

Im attempting instal xamplite but apache wont run for some reason. Ive tried reinstaling it and the regular xamp but the same error keeps occuring! Ive included the technical details below, any help would be much appreciated! I just want to get learning PHP .... Technical Information C:\DOCUME~1\MICHAE~1\LOCALS~1\Temp\WERcf37.dir00\httpd.exe.mdmp C:\DOCUME~1\MICHAE~1\LOCALS~1\Temp\WERcf37.dir00\appcompat.txt Error …

Member Avatar for aycmike
0
63
Member Avatar for BeckyAnne87

Hi, I am having a little access/control issue. I can add a user to the database using a signup page, go back to the login page, and then log in using the new user. but if i click on a link to go to anoher page that requires the user …

Member Avatar for BeckyAnne87
0
132
Member Avatar for bops

Hey, I am trying to recursively retrieve the directory listing of a given directory that is, print out all files and folders (and sub folders) of a given directory. My function #1 does not work, however the function someone else has written #2 does. Why is this? My Function #1: …

Member Avatar for jean3167
0
139
Member Avatar for becraig

I am trying to find a simple script to upload some php files to my webserver. I do not have ftp access over than via a GUI for the provider which sucks, I have a script running on my local server to make some file changes, I then want to …

Member Avatar for girishpadia
0
63
Member Avatar for dwdata

Does someone have or can they direct me to a javascript which will display an alert message when a date is not entered correctly. MM/DD/YYYY. I do not need an alert message if they clear the field - validate only if there are characters in the field. After is there …

0
49
Member Avatar for sasi_

Hi Friends, I am new for PHP, and if there is any mistake please excuse me. What i wont here is to get some data from a Database table and pass it to an array(multiple). [code=php] $sql .= "SELECT ID,Name FROM refer_table order by id"; $result = mysql_query($sql) or die …

0
44
Member Avatar for krisfr

Please share with me which direction to head on the following PHP work environment i.e. Which IDE browser addon etc. Base application development directory and subs Base files for a typical site any help in rapid app dev Thanks to all that share "THEIR" configuration....

Member Avatar for almostbob
0
143
Member Avatar for kevinpowertv

Hey guys, I have a contact form with a image verification and a checkbox to sign up for a newsletter or not. What I'm trying to do is send an extra email to a email address if the checkbox to sign up for a newsletter is checked. The newsletter system …

0
48
Member Avatar for bluehill

Hi All I have a problem with a a page with 2 forms on it. The first form controls the input from a drop down list and the second has a series of text boxes. When I submit the form I cannot get any values from the second form. I'm …

Member Avatar for bluehill
0
66
Member Avatar for mark2326l

I have several record sets for example.. $row_Recordset1['NoPages_A'] $row_Recordset1['NoPages_B'] $row_Recordset1['NoPages_C'] Each has a value of say A-"16", B-"16", C-"8". I can get the total value of "40" by the following.. [CODE] <?php $A=($row_Recordset1['NoPages_A']); $B=($row_Recordset1['NoPages_B']); $C=($row_Recordset1['NoPages_C']); $Pages=($A+$B+$C); echo "$Pages"; [/CODE] But I also want to get a value of "1" for …

0
56
Member Avatar for aditi_19

Hello, I want to create reports in php, but i have no clue where to start from. Could you list me some good softwares to generate reports in php? It would be of great help ! Thanks !

Member Avatar for redburn
0
115
Member Avatar for veledrom
Member Avatar for j_limboo

Can anyone help in this please Just wanted to keep the table as drop down menu [CODE] </table> <p>&nbsp;</p> <table bgcolor="#CB344F" cellpadding="0" cellspacing="0" align="left"> <tr> <td align="left"> <p>Search Information</p><br/> <form action="pst.php" method="GET"> First Name:<br/> <input type="text" name="f" style="width:150px;"><br/> Last Name:<br/> <input type="text" name="l" style="width:150px;"><br/> Company <br/> <input type="text" name="co" style="width:150px;"><br/> …

Member Avatar for j_limboo
0
93
Member Avatar for dwdata

I've built a function which builds options for a SELECT FIELD. It draws options from a list table and then appends the SELECTED when the value that I am looping through in present in the $selected ARRAY. In my $FieldValue, multiple values are delineated by a "\r". I use and …

Member Avatar for Rkeast
0
71
Member Avatar for wickedsunny

hello everyone. im using a cms and i have just changed the strucutre of my site's url making changes in the core files. here is an example what i have done. at first urls were: [url]http://www.linkzdirect.com/photo/gallery/picture-name[/url] now they are chagned to : [url]http://www.linkzdirect.cm/[/url][COLOR="Red"]art[/COLOR]/gallery/picture-name everything seems to be working fine. i …

Member Avatar for wickedsunny
0
885
Member Avatar for venus_me11

we have a thesis named online bus reservation system.. the system composes of three bus companies where passengers can reserve, cancel and reschedule a specific trip.. is it advisable for the customer to have a log in ??? how can we add a new bus company?? the added bus company …

Member Avatar for hireaprogrammer
0
126
Member Avatar for smvec

im a newbie php developer... i've tried sending an email n receiving the confirmation back for activating the users... here is the email sending code : [CODE]if($res) { echo "record added"; $to = $mail; $sub = "Confirm Mail From LeLys"; $header = "from: admin<support@domain.org>"; $message = "confirm link \r\n"; $message.= …

Member Avatar for wilch
0
195
Member Avatar for click here

[B]New great php templete engine (RainTPL)[/B] i found this and test it but i want any comments about it [URL="http://www.jooria.com/scripts/PHP-Templates-Engine-118/RainTPL-816/index.html"]the download[/URL] [URL="http://www.jooria.com/Tutorials/Website-Programming-16/Templag-Your-Site-with-RainTPL-141/index.html"]the documentation[/URL] thanks

Member Avatar for click here
0
145
Member Avatar for mwouters

Hello, I have a category structure upt to 5 levels deep. My table looks like this; [code=sql]CREATE TABLE `categorie` ( `ID` int(11) NOT NULL auto_increment, `category_name` text NOT NULL, `parentID` int(11) NOT NULL default '0', UNIQUE KEY `ID` (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Cats' AUTO_INCREMENT=91 ;[/code] And I would like …

Member Avatar for mwouters
0
1K
Member Avatar for ryy705

hello, I am trying to experiment with page caching. I would like my page to be cached by the browser for 15 mins. Because the page content does not change much but it downloads thousands of the same records from the database every time the page loads. I am generating …

Member Avatar for digital-ether
0
95
Member Avatar for carie

Hello, I'm working on a recursive loop subcategory system. The code below is ALMOST where I need it. The last thing I'd like to do is indent each subcategory based on levels deep, rather than just separate by commas. I can't seem to wrap my head around it. Any suggestions? …

Member Avatar for carie
0
163
Member Avatar for decimo

I have the following code that pulls data off a mysql database and stores it in a 2D array ($rows). But after I print the contents with a foreach loop I just can't seem to be able to use that array again! Can't figure out how to reset it (printing …

Member Avatar for edwinhermann
0
491

The End.