39,393 Topics

Member Avatar for
Member Avatar for Pityu

Hey. I use uploadify for uploading avatars on my website. When "JPG" is selected in place of "jpg" it can't upload the picture, it returns "1" in place of the filename. Now, the question is, how could I strtolower the extension or something, to be able to upload pictures with …

Member Avatar for nevvermind
0
1K
Member Avatar for MDGM

Hi all, I have a site that has a dynamically generated page and looks like this: [url]www.example.com/articles.php?aid=1[/url] [url]www.example.com/articles.php?aid=2[/url] [url]www.example.com/articles.php?aid=3[/url] The page has the article title and description stored in a database and printed in the page itself. How do I go about changing the URL from this: [url]www.example.com/articles.php?aid=1[/url] To this: …

Member Avatar for MDGM
0
141
Member Avatar for tAALz

I need to execute a .exe file located in C:\Program Files\ABC\test.exe on my windows machine using PHP. I have installed WAMPP/XAMPP to run PHP. I have tried the exec() system() shell_exec() but I'm unable to run the file. [B]Can someone help me with the exact code?[/B]

Member Avatar for chrishea
0
7K
Member Avatar for andydeans

hi, i need some advice, looking for someone to point me to somewhere which would be a cheap/free sms text gateway to integrate with my existing mysql/php site. need to be able to record texts that are sent to clients. do we need an sms gateway provider? many thanks

Member Avatar for chrishea
0
111
Member Avatar for arunmag

Hi friends I have a small doubt regarding PHP programming. I want to know how to parsr .svg files or .xml files using PHP. Actually i have a bunch of .svg files and i want to know how to read those .svg files using PHP? Can you please provide me …

Member Avatar for arunmag
0
213
Member Avatar for dvidunis

im making mail like site using mysql, i have a working [CODE=php]mysql_fetch_assoc()[/CODE] while that displays correctly. i made a single delete page it worked, but i want multiple delete with checkboxes please help. if you can please dont user javascript im bad im javascript:(. heres the code: [CODE=php]<?php include ("template.php"); …

0
62
Member Avatar for gunadat

How to do Image cropping using php... I needed 3 steps: 1. Upload a file, view before start cropping 2. Save the original image in the db, crop the image and replace it with the original image 3. View the cropped image and ask for upload another image..

Member Avatar for Kieran Y5
0
113
Member Avatar for SANTOSHJ87

Hi, I've been trying to get my webpage to send data via java script, AJAX, xmlhttprequest. i'm using IIS7 It definitely is the write path and stuff because i do get a responsetext but the response returns the entire php code in that file. Does any1 have any idea what's …

0
64
Member Avatar for Smudly

Hi, I'm working on a page that GETs a value that is passed in the URL. This variable echos correctly up until I try echoing it inside an if statment where it needs to be. The variable is called $siteid. Inside my if statement I have a query that runs …

Member Avatar for hielo
0
162
Member Avatar for billy431

i can't figure out how to get recaptcha to work with my code properly and i'm just learning to code i was wondering if anyone could help with my coding. heres my code below and thanks in advance. [CODE=php]<html><head> <meta name="GENERATOR" content="Evrsoft First Page"> <style>#conash3D0 { DISPLAY: none } </style> …

Member Avatar for kcrazy
0
218
Member Avatar for Meg_Spence

[CODE]$OrderId = (int) $_REQUEST["OrderId"]; // query one of two $sql = 'select * from mickey.mouse where OrderId='.$OrderId ; $result = mysql_query($sql) or die('Query failed'.mysql_error()); $orderID_Passed =1; echo "test2<br/>"; $numfields = mysql_num_fields($result); echo $numfields ; echo "<br/>"; echo "<table><table cellpadding='4' cellspacing='3' border='1'>"; $orderID_Passed = 1 ; //replace with the request object …

Member Avatar for Meg_Spence
0
136
Member Avatar for momofthree

Hi! I am new to the world of coding, but am slowly learning. I am working on an internet scavenger hunt- so people search for a hidden icon on different sites all over the net. they are given a list of links to the sites participating and a riddle to …

Member Avatar for mschroeder
0
132
Member Avatar for G_S

Hi, I need your help with a php issue here: I have a flash form where the user enters some strings. Action Script is supposed to get these strings and place them into variables, then send the to php. Now php gets these variables and places them inside other variables …

Member Avatar for farhan386
0
136
Member Avatar for facarroll

I have a script that creates a record in MySql database which allocates certain machines to any or all of six usergroups under the management of a unique manager. It works fine in creating an original record, but I want to be able to use the same form to update …

Member Avatar for ayooshkasmth
0
114
Member Avatar for PHP_develop

Hello, As part of my college task I need to make simple webpage based on PHP and MySQL which goes exactly like this: [url]http://img227.imageshack.us/img227/1984/hamburgers.jpg[/url] Since I am still newbie, I hope you can help me with this one. For practicing I use EasyPHP and this is what I done till …

Member Avatar for hielo
0
111
Member Avatar for RazorRamon

I don't have a ton of php experience but I am trying to have math problem echoed in the same browswer screen upon submit. Problem is when I submit nothing appears it just looks like i refreshed the page. I've tried moving the php coding into a seperate .php file …

Member Avatar for RazorRamon
0
191
Member Avatar for wasimmalik

I have written this code for page hits cout its working perfectly ok on my pc but when i uploaded it on my site it show error any body help me in this issue [CODE]<?php $cnt = "hits.txt"; $h = @fopen($cnt, 'r') or die("can't open file"); $x=@fread($h,10); $h1 = @fopen($cnt, …

Member Avatar for wasimmalik
0
152
Member Avatar for andydeans

hi, need some major help with this. i have a site which has nots page etc and is great for recording data like this however i need to record calls and integrate into the site. no idea where to start with this one, has anyone got some suggestions on this? …

0
56
Member Avatar for sassenach

I have a site which I am working on ([url]www.agilitegear.com[/url]). I already implemented UPS & USPS (domestic only) shipping, but now I have a problem with USPS International shipping. This is my usps script: [code] <?php // This script was written by Mark Sanborn at http://www.marksanborn.net // If this script …

0
60
Member Avatar for sanjuonline

Hi all, I need to build a upload-download system similar to mediafire. Is there some customizable open source systems available, which i can download and cuztomize or I have to do it from start. What all things to be take care about. In my case atmost 500 MB of collective …

Member Avatar for Stefano Mtangoo
0
685
Member Avatar for ayooshkasmth

Hi, i have a table with a list of items, each of which has certain values. I want to have a set of checkboxes for the values and another for the items, so the items can be filtered by selecting different values. My question is: will this be better done …

Member Avatar for ayooshkasmth
0
159
Member Avatar for pietpiraat

Hello all, i have a question regarding a mysql populated selectbox, i managed to fill this with data from a table, but now i want to show the selected value from another table ( with the same value of course). here is my selectbox now: [CODE]<select name="project" class="selectbox" tabindex="1"> <?php …

Member Avatar for Excizted
0
150
Member Avatar for ad7u

Hi, I'm using RapidSVN to access the SVN repository for a project I'm part of. When I have an existing instance of Eclipse open and try to open a new file from RapidSVN I get a message from Eclipse saying, "Workspace in use or cannot be created, choose a different …

Member Avatar for Stefano Mtangoo
0
148
Member Avatar for Triztian

Hi everyone hope you can help me with this issue, I'm trying to make a login system that is object oriented so I have the following classes: [INDENT] [LIST] [*]MySQLDB: Peforms all database operations, adding/removing members, checking passwords and usernames, also performing querys. [*]Session: Performs Session actions(log in/out, keeping track …

Member Avatar for Stefano Mtangoo
0
296
Member Avatar for arithehun

I want a forum for a website, and I like this system best. Is this forum open source? If so, where can I download it?

Member Avatar for Stefano Mtangoo
0
85
Member Avatar for RyanDev

Hi, I have built a dynamic site with php and I'm new to URL rewriting. I want to rewrite every URL on my site. Example : [url]www.domain.com/example.php?id=300[/url] TO [url]www.domain.com/example/300[/url] So how can I do that ??? Thanks

Member Avatar for MooGeek
0
113
Member Avatar for ppetree

I just posted an AJAX forms generator that will read a MYSQL table, allow you to define how the fields are treated and then generate the necessary HTML, Javascript and PHP files to implement the form. You end up with a complete and working form backed by code thats very …

0
67
Member Avatar for raul8

I want to create a module that fetches images from directories and display it under the heading of directory_name. For this purpose which CMS is better.... Drupal, Wordpress or joomla..or something else? Thank You

Member Avatar for sam-i-am
0
69
Member Avatar for rehanadil43

Hello, i am new in facebook development so this might be a basic question.i have implemented like button to site.the site is dynamically generated from data in database. for each new data added new page is generated of the form(index.php?id=12).like button is added to every new page.i wanted if someone …

0
77
Member Avatar for kashif farooq

Display Records In A Drop Down Menu Combo Box From A Column Of A Table In PHP [CODE]<?php $con = mysql_connect('localhost','root',''); $db = mysql_select_db('mydb'); //$res = mysql_query("SELECT * FROM songs ORDER BY title") or die ("Invalid query: " . mysql_query()); //$res = mysql_query ("SELECT * FROM mytable ORDER BY name") …

Member Avatar for diafol
0
205

The End.