38,020 Topics

Member Avatar for
Member Avatar for StrikeFreedom

Hi people, I have been trying to develop a database searching PHP script and encountered some problem. The problem is that whatever I type in as the keyword the script would return me all the entries from the database regardless of whether the word is actually there or not. Can …

Member Avatar for Sp!ke
0
93
Member Avatar for Disconnectus

Hi, I installed apache 2.0 But when i look to system tray, PhpGeek Utility is not working. When i click phpgeek in the windows service, i saw path : c:\apache\apache.exe But this not true, because i installed it program files folder. :cry: Before instalition of apache 2, i installed an …

Member Avatar for kiwimedia
0
198
Member Avatar for Brinnie

I've got AutoRank 2.0 and uploaded all the files to my public_html folder an CHMOD the folders like the directions told me, but when I run the installer, I am propted by a login/password box but it won't take my ftp login. Did I miss something? Please help me out …

Member Avatar for kiwimedia
0
52
Member Avatar for ashneet

HI, I need to know how to display a variable from DB that has antoher variable in it: here is what i mean ($Description) is an variable that contain this html code: [HTML]<table height="688" width="500" border="0"> <tbody> <tr> <td width="82%" height="20"><strong><font face="Arial">$Name</font></strong></td> <td height="20"><strong><font face="Arial">$Item_num</font></strong></td> </tr> <tr> <td colspan="2" height="380">&nbsp;</td> …

Member Avatar for ashneet
0
217
Member Avatar for Brinnie

What is the best, or where can I find the best link/affiliate scripts? I had no luck as sourceforge and found a few at hostscipts... But I want to know, in your opinion, what are the best affiliate scripts? [B] Now, pertaining to my search, I am looking for 2 …

Member Avatar for sarahk
0
211
Member Avatar for escolta

the first echo [PHP]echo $strSQL;[/PHP] gives: SELECT company_name from passwds where user = "jgonzalez" and ID = "0052" wich is allright but the second pair of echos are supposed to return solution if company_name is solutions and selex if company name is selex but i always get for an echo …

Member Avatar for sarahk
0
144
Member Avatar for RickW

At my firm I developed (haha, more like put together with bubblegum and paperclips) a CGI based upload script and another download script to accompany it. The upload page requires a username and password. You then can browse for a file and upload, and it stores it in a directory …

Member Avatar for ProFreelance
0
192
Member Avatar for ashneet

Is it possible to format text with php as in whenever php sees ~ in text it would put <br>. I am not sure if it is possible as i am new to php.

Member Avatar for Electrohead
0
2K
Member Avatar for ashneet

Ok I am making an admin part of the website and what I need to do is to be able to change the item detail while able to see the result on the fly. What I am really trying to do is to store my item detail into one columm …

Member Avatar for Troy
0
202
Member Avatar for cali

Hi there! I finally managed to do paging BUT it works only when i manually give 'category' a value. If i use $_POST[category] a warning occurs and no result is posted: Warning: Invalid argument supplied for foreach() in C:...\a.php on line 71 Here is my code in the a.php file: …

Member Avatar for cali
0
234
Member Avatar for bigmaneric97

In the follow code I am getting a parse error. I have another form that I use this exact same code on to handle the form and it works. Just lost... if ($_POST['ClientLessVPN']) == 'Yes' { <------------- $body2 = "Clint-Less VPN\n"; } The first line of the code is where …

Member Avatar for bigmaneric97
0
61
Member Avatar for bwest

Well I tried finding this information all over and all I could find were people trying to edit Word docs with php. I, rather, am trying to just load them into a variable to search through them. The server is Linux and not windows so we will not have the …

Member Avatar for bwest
0
116
Member Avatar for cali

Hi there! I have a problem when using $_POST variables in the following bar-graph. It seems as it cannot take values form a form, use them and then apear the graph in the resulting page. The only thing I take is the page with the --header --the image's(bar-graph) borders --footer …

Member Avatar for cali
0
133
Member Avatar for server_crash

Is there a really simple mod out there for creating subforums? Specifically for 2.0.16

Member Avatar for Sp!ke
0
356
Member Avatar for Juls

Hi, I have a login page that has a form that goes to processing page wich the has the logic that in case login fields are empty or invalid to redirect back to login page with result variable set to "badlogin". I ran it a couple times and it worked …

Member Avatar for Sp!ke
0
1K
Member Avatar for ashneet

I am new at php so this might me a dumb question. Is it possible to use part of an include file another words i make an 1 big include file and only use parts of it as needed and not make many include files. Also is it possible to …

Member Avatar for Class
0
297
Member Avatar for Class

Hi! I have a little problem: :o I downloaded every sort of random image making php scripts, but not one will work! why cis that? Do somebody know a good random image generating php, that can generate in chain images. With chain i mean, for example i have an image …

Member Avatar for Class
0
209
Member Avatar for lawfour

I have no ideal what happen to my databases all of a sudden they stopped working. What I can tell is the problem is in the header, actually I am not sure if it my hosting company who caused the problem because they did an upgrade to their server I …

Member Avatar for lawfour
0
188
Member Avatar for server_crash

I know it's possible to connect two forums to one database, but I don't know where to change the table prefixes. This is phpBB, by the way. I'm using some kind of web hosting tools, so it didn't give me the opportunity to change the prefixes when I installed it. …

Member Avatar for Troy
0
136
Member Avatar for egoleo

Can some help me with a php built forum. i mean a good one and easy to use on a site. egoleo

Member Avatar for egoleo
0
298
Member Avatar for namit

I have the following [PHP] while($file = readdir($dp)){ if($file != '.' && $file != '..') { echo "<TD>"; echo "<a href='$image/$file' target='_blank'><img src='$image/$file' width='120' height='120' alt='image'><br>$file</a>\n"; echo "</TD>"; if($i == 5) { echo "<TR>"; $i = 0; } $i++; } [/PHP] well that is the juist of it but anyway …

Member Avatar for Troy
0
97
Member Avatar for hbmarar

hi, I have a tar.gz package of files that consists of php files.Now if i extract it through the winzip and modify a few files/ delete , I would like to make a tar.gz package back.I would like to know about the posibility. Is there any softwares that creates the …

Member Avatar for namit
0
78
Member Avatar for vijmen

Hi I am a newbie to php, having worked more in java. I am trying to write a php script to upload images to a directory. This works in windows but when I test it on a unix box, there seems to be no error message but the file does …

Member Avatar for namit
0
117
Member Avatar for om1d_h

We have a linux server and windows clients. Our webbased accounting system is soppused to make reports in different formats like .DOC. The system is written in PHP. How can we generate that format?

Member Avatar for senexom
0
219
Member Avatar for Sp!ke

I've been thinking for awhile now that I should code a nice news system, and I have the structure all figured out, but what stumped me was: How do you display the articles with the latest first? I would set up a MySQL table with columns Title, Date&Time, Body, ID, …

Member Avatar for Sp!ke
0
178
Member Avatar for ashneet

I have learned php this summer so i am pritty new and need some help. what i am trying to do is that i have an item with an item# and a lot of other info from my db and would like to transfer that info in the array in …

Member Avatar for ashneet
0
187
Member Avatar for ashneet

How would i display the table names in my db using php as i only want to display the name of the table and dont want to select any info in the tables. :cheesy:

Member Avatar for ashneet
0
163
Member Avatar for Edward655

I got this error: "PHP Parse error: parse error, unexpected T_STRING on line 137" from the following code and I am not sure what is wrong iwth it. Any suggestions? <html><head><title>RealProphet.com </title> </head> <body> <table border="0" cellpadding="5" cellspacing="0" width="100%"> <tr> <td width="100%"><!--webbot bot="Include" U-Include="../include_head.htm" TAG="BODY" --> </td> </tr> </table> <table …

Member Avatar for Edward655
0
237
Member Avatar for onemanarmy

hello, i am creating a web form and i would like to use some kind of counter to create a 'form number' or something similar. what i did so far was using php to read a txt file on the server, insert that value into a hidden field. (i made …

Member Avatar for Troy
0
209
Member Avatar for ashneet

I am pritty new to PHP and there are a lot of thinks i still dont know. What the problem is that i dont understand the purpuse of the case statement another words what does it do and how u r suppose to use it.

Member Avatar for ashneet
0
151

The End.