39,316 Topics

Member Avatar for
Member Avatar for kako13

Hi, the problem is that I don't want the code to insert the [B]script name[/B] in the database. So I added this [CODE] basename($path) != basename($file_path) [/CODE] but don't work and the name of the script is then inserted in the database. What this script do is read all the …

Member Avatar for kako13
0
115
Member Avatar for NoID

Hello Is it possible, to set up a system where if someone goes to google and types "test" and then clicks on my link, it automatically saves the string to my database, so i can see what he/she searched. Iv been looking around for a week, so would apericiate some …

Member Avatar for NoID
0
115
Member Avatar for Cheeki

Hey guys, I'm having a small problem with getting a image map to work when I generate it with PHP. I'm using two separate files. The one is used to display the image which has the image map and the other file is the code I use to retrieve the …

0
74
Member Avatar for sam023

is it possible to fetch data from mysql and storing it in javascript array..!!! . . waiting for valid reply.. :)

Member Avatar for abhims32
0
73
Member Avatar for sam023

just a small query.. . . i just want to know how to enter fetched data into an array..!!!

Member Avatar for kameswari
0
110
Member Avatar for itisnot_me

ok what i have users do is upload files to the server, the files gets renamed for conflicting issues, and then they choose a name they want to call the file. After it uploads it sends that info to the database. now i know that they are going to want …

Member Avatar for itisnot_me
0
6K
Member Avatar for Zurompeta

Hi all, I'm currently using XAMPP and I have discovered that it's using PHP 5.2.9. So, I'm attempting to upgrade my PHP. I did the following: [B][U]Attempt #1[/U][/B] 1. Downloaded "php-5.3.0-Win32-VC9-x86.zip" from [url]http://windows.php.net/download/[/url] 2. Backed up current PHP folder 3. Extracted new files to C:\xampp\php\ (overwrote existing files) 4. Renamed …

0
67
Member Avatar for AbsoluteCPP

I have my back ground in VC# is desktop application development. In VC# [CODE] if(user.Text == "admin") { form f = new AdminForm(); f.show(); } else if(user.Text == "Facaluty") { form f = new FacForm(); f->show(); } [/CODE] on different user level i can open differnt form according to their …

Member Avatar for FlashCreations
0
102
Member Avatar for mrcniceguy

When i type the text myself and click send it Goes to database but when i copy from anyweb and paste in the Text box so as To send. The text is Not Going To Database...And suprisingly its Not giving any Error.Help please,i dont know whats wrong. below is my …

Member Avatar for FlashCreations
0
67
Member Avatar for karin21

hi there guys! how can i add textbox using button? i know that it can be done using javascript but i was required to use php. Is it possible to do it in php? thanks

Member Avatar for FlashCreations
0
67
Member Avatar for danimal132

sorry about this noob question, but i am new to PHP. i created a databse in PHPmyadmin to handle IP adresses and was wondering what type should it be ( int,varchar.etc.) i will be using $referrer = $_SERVER['HTTP_REFERER']; to compare the database to this. i was also wondering if there …

Member Avatar for FlashCreations
0
102
Member Avatar for otakua

Okay, I had a thread in the HTML and CSS section, but I'm going to put a new one here with more detail. My friends have created a Cabal private game server, on THEIR computer. Im trying to create a site for it using my computer, but AS OF NOW, …

Member Avatar for chrishea
0
103
Member Avatar for progtick

I have googled it so many times, and I still feel clueless about what language I should go with. I feel comfortable in ASP.NET, and I have coded some small stuff here and there in PHP too. 1) I do not have visual studio 2008. I have Visual Studio 2005. …

Member Avatar for progtick
0
252
Member Avatar for BigFormat

Hi all, I would like to perform a conditional get of a file using PHP and cURL. How can I detect 304 code sent via HTTP headers and avoid to download the entire file?

Member Avatar for BigFormat
0
58
Member Avatar for JRM

I have searched the web, the PHP manual and checked some reference books, but I can find any satisfactory answer to my question. Perhaps It my poor grasp of the constructor concept and it's proper application? Here is the issue: I have a an existing class constructor definition that I …

Member Avatar for JRM
0
86
Member Avatar for nizar-t

[COLOR="Green"]How can I block a content from being copied and right clicked ...................................I want to block some images and some text........ please I want it fast[/COLOR]

Member Avatar for almostbob
0
74
Member Avatar for masterjiraya

Is it possible to have this scenario... there are many buttons those buttons are the functions in the scientific calculator whereas the numbers are also included in the buttons.... just like the scientific calculator... the numbers must be placed in one text area and the result in another text area …

0
38
Member Avatar for B0tman

I'm having trouble gaining admin access to user accounts whose names are spelled the same, with the only difference being that one is spelled in lowercase. (ex.: Bill vs bill.) When I try to bring up the lowercase account in the ACP, it always brings up the uppercase account by …

Member Avatar for B0tman
0
132
Member Avatar for Josh Connerty

Hey guys, I am in the proccess of setting up my server. It is running Windows Server 2003 R, with IIS 6.0 (I think). Now the issue came when installing PHP. First off I got a IIS timeout error whilst running a PHP script containing [b]no[/b] php :@. I managed …

Member Avatar for gbarnas
0
143
Member Avatar for rajeesh_rsn

Hai, I had a small doubt in my php script. I need to select 10 random numbers from a range ( for eg: 2-88) and stored it in an array. For eg: [ICODE]$number=rand(2,88);[/ICODE] This returns only one value from the range 2-88. I need 15 random numbers from the given …

Member Avatar for rajesh_kanna
0
141
Member Avatar for rajesh_kanna

Hai friends, I m gettin error as no such file or directory found,.. Here is my code,.. Can anyone help in resolving this problem,.. [code=php]<?php ?> <form action=" " method="post" enctype="multipart/form-data"> <input type="password" name="pwd" /> <input type="file" name="try"> <input type="submit" value="submit" /> </form> <?php if(isset($_FILES['try'])) { $source_file = $_FILES['try']['name']; $dir …

0
49
Member Avatar for gagan22

Hi all, I am working on an application in php. Now my client want that when i will send mail from form then in message there should be some html code or template of html. Please tell me how i can send this through mail of PHP. Let me explain: …

Member Avatar for hireaprogrammer
0
210
Member Avatar for mozan

i have a file sharing script. here is its demo and ther is also zip file of 3 MB in latest uploade [url]http://xtrafile.com/xu/[/url] i want some change in this script i want more then two pages should be displayed to download file one vil only give file information include a …

0
57
Member Avatar for servis

hellow everybody, i have created a image gallery, i am displaying a button name "[B][COLOR="Red"]Collect[/COLOR][/B]" with every image, when ever a registered user clicks on this button, the image id will be stored in the database table, but it must be behind the scene, i mean without refreshing the whole …

Member Avatar for SimplePlan2k8
0
524
Member Avatar for v2v3

Hi, I'm trying to execute a script and I get the following php error: [CODE] Warning: require(/var/wkscript/www/admin/inc/config.inc.php) [function.require]: failed to open stream: No such file or directory in /var/wkscript/www/school/phphomework/admin/RunFirst.php on line 16 Fatal error: require() [function.require]: Failed opening required '/var/wkscript/www/admin/inc/config.inc.php' (include_path='.:/usr/lib/php') in /var/wkscript/www/school/phphomework/admin/RunFirst.php on line 16[/CODE] What could be the …

Member Avatar for ShawnCplus
0
65
Member Avatar for tulipputih

Hi, anybody know on how to create table like this- [URL="http://mycbr-project.net/tableEditor.html"]table editor[/URL]- in MySQL? I need to retrieve the value & compare it with the query value ( I am doing this using php). help is really appreciated

Member Avatar for tulipputih
0
116
Member Avatar for softeye

long time reader first time poster :-) Hi, i have a form that get all the info from flash and send the vars to php form all works well but hebrew.... i get some "jibrish" other experiments i made shows: a. if $content = "some hebrew characters"; embed heb-text in …

Member Avatar for omniuni
0
178
Member Avatar for danimal132

how do i access PHPmyadmin on the (server) system. i was given the username, password and the SFTP server for the website. is there a special url i need to go to... sorry about the NOOB question.. any suggestions?

Member Avatar for chrishea
0
110
Member Avatar for whitestream6

I'm trying to get multiple variables to work in the query string with PHP. This is my code: [CODE]<? $programme=$_GET['programme']; switch ($programme) { case 12578: include("http://mysite1.com/programme/TopGear"); break; case ER: include("http://mysite1.com/programme/ER); break; default: echo "page not found!!!!"; } $hPage=$_GET['hPage']; switch ($hPage) { case 1: include("page1.php"); break; case 2: include("page2.php"); break; case …

Member Avatar for Airshow
0
193
Member Avatar for ramsri05

Hello Friends,:) I want to compare each row in the excel sheet with mysql database table fields in order to eliminate the duplicate entry while inserting data from excel sheet into that particular mysql database table. Can anybody provide me the logic ? I have added my code here. Please …

0
37

The End.