39,395 Topics

Member Avatar for
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
61
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
688
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
160
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
151
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
149
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
297
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
80
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
Member Avatar for nehapitale

$select_query2 = "SELECT * FROM EmployeeBirthdayDetails Order By E_ID"; $employeedetails = mysql_query($select_query2); $emp_details = array(); $j =0; while($row2 = mysql_fetch_array($employeedetails)) { $emp_details[$j] = $row2; $j++; } echo "<table border='1' width='100%'> <tr> <th>Employee ID</th> <th>Employee Name</th> <th>Date Of Birth</th> <th>Edit</th> <th>Delete</th> </tr>"; for($i=0;$i<sizeof($emp_details);$i++) { $empId=$emp_details[$i]['E_ID']; echo "<tr>"; echo "<td>" . $empId …

Member Avatar for Nyight
0
246
Member Avatar for drostydw

Howdy y'all, Got a question, why were here right, I have a page that is server side - no html included all php - I need to call/include a javascript function to handle a rather complex parsing routine but I am not sure how I go about calling the function …

Member Avatar for Nyight
0
201
Member Avatar for arctushar

Hello I have a form containing saveral textbox name1,name2....name50 & father1,father2........father50. what is the best way for desigining and submiting this form and stored in mysql thank u

Member Avatar for arctushar
0
86
Member Avatar for deshpandemayuri

hi all, i am new to php, i have a database field called results in that i am inserting a string something like this "category_name:-abs43;c1-abs43;types:-abs43;t1" now i want to put this string into an array, i have used the delimiter '-abs40;' as u can see in the string. the array …

Member Avatar for mschroeder
0
439
Member Avatar for weasel7711

I am not really looking for anyone to hold my hand through anything, but I am looking for someone to direct me to meaningful data/literature on the subject be it books/websites/videos/etc. I work for a small family business that repairs specific types of production machinery. We have a database that …

Member Avatar for weasel7711
0
192
Member Avatar for Karthik.gautham

Hi guys I want to commit the transaction if all the queries executed in the loop, or else I need to rollback how do i do this, I tried this , but I am not sure how efficient it is. mysql_query("START TRANSACTION"); for($i=0;$i<100;$i++) { $res=mysql_query("some query") array_push($array,$res); } if(in_array(0,$array)) mysql_query("rollback"); …

Member Avatar for mschroeder
0
125
Member Avatar for brunope

Hello everyone, I have a small problem for using a regex in PHP. The problem is that I get a text output from another website. I want to get some informations by using a regex but I'm not sure in advance how the informations will be display. Here the example: …

Member Avatar for pritaeas
0
113
Member Avatar for avario

I have a PHP page on my site that (almost) continuously loops and sleep()s. While this page is looping and sleep()ing I cannot load another page from my site until the looping page has finished and returned a result for me. Is there a way to get around this? Is …

Member Avatar for avario
0
117
Member Avatar for Acute

Hi everybody, i have a web site without login system, and i want to integrate a good login system into it. Plz, suggest me a good tutorial about it?

Member Avatar for Acute
0
61
Member Avatar for mangel.murti

hi all,, i have 4 , 5 links on my site which onclick link to powerpoint presentation but on IE it will showing zip file. any help appreci.. thnx

0
47
Member Avatar for kadriirdak

Hi There, For some reason I need my form to be submitted twice (in one go). Is there any way to do that instead of submitting once go back and submit again? My form based on PHP and Javascript... Thanks!

Member Avatar for nirwannursabda
0
101
Member Avatar for Olliepop

What would the workflow/logic be for distributing resources to players? I currently have a Java server as a component to the game, would you suggest i just distribute X number of resources to players every second? (X is defined in the database) Or are there any mathematical formulas which can …

0
61
Member Avatar for Awah Mohamed

hey people . how iseverything i need your help i want to creat a page that allow me to post new posts and article to my website .the page contain a select category and the post space and the title and tags . i have created everything except the select …

0
58
Member Avatar for ayooshkasmth

Hi, I am trying to insert two columns each from a different table into a single table and give that a value and i can only find insert INTO different table examples, and none for FROM different tables? I have attached the table im trying to insert into: the samples, …

Member Avatar for ayooshkasmth
0
100
Member Avatar for cmapant

can any1 help me ... i am creating a cms using a fckeditor .. can ny1 tell me how to custmize it( to reduce the tabs available thr) thanx in advance

0
40
Member Avatar for usiyalla

Hi i'm doing some php i make login page where i check if user put right information i redirect him/her to index.php where session starts and other things occur.But when i put right username and password it not going to index.php else it coming back to login.php again. Here is …

Member Avatar for hielo
0
128
Member Avatar for azniaga

Hi, I transferred a folder from server A which consists web scripts (php) to another server i.e server B. After creating the database just like in the server A, I managed to have the log in page ready. Then I exported the sql data from server A and imported it …

Member Avatar for azniaga
0
74
Member Avatar for Awah Mohamed

hello everyone, i need your help i want to create a php age that work the same as the mobile application"to do !ist" so i want to create to do liat with php and mysql but i really dont know how to start and how it is supposed to work …

Member Avatar for Awah Mohamed
0
120
Member Avatar for raul8
Member Avatar for mpc123

Hi im looking to echo a result of a query code i have at the moment is connections + [code=php] <?php $result = mysql_query("SELECT SUM(tablefield) FROM table") or die(mysql_error()); [/code] got no idea if this is right, i seem to have got really mixed up with this. Can anybody help …

Member Avatar for d5e5
0
113
Member Avatar for ilanpillai

Hi, I am getting the following error when I try to submit registration on my website. Am not able to figure out the issue. Any help is greatly appreciated. Parse error: syntax error, unexpected T_STRING in /home/content/t/h/i/thinkvirtual/html/includes/registration_mail.php on line 3 The code on registration_mail.php is <?php $message="<body> <div align=¥"center¥"> <table …

Member Avatar for ilanpillai
0
173
Member Avatar for jheichimiste

Hi, I need help. Im an new to this one. I have been into web designing for a long time. Just the designing part... I'm new to JavaScripts and PHP.. cant hey go together to create a web site that can work with the dynamics of both server sided and …

Member Avatar for mikecronauer
0
133
Member Avatar for remosathya

I have a form in file.php , when i submit that form it redirected to another page.There i display all the values that i got in the form.Now there is a button called Ms word when i click that the current page has to exported to a word file and …

Member Avatar for sourcebits
0
111
Member Avatar for Winterton

Hi, I set up an upload page and a script to view files uploaded into a mySQL database. I'm using phpmyadmin and everything looks fine for the database, it's showing content in the BLOB field. My problem is that my download script isn't working. It should be bringing up a …

Member Avatar for sourcebits
0
3K
Member Avatar for amras123

[CODE]<?php require('./configs/reg_conf.php'); function doesUsernameExist($name){ $exit = FALSE; $result = @mssql_query("SELECT * FROM ACCOUNT_TBL WHERE account='$name'"); if (mssql_num_rows($result) != 0){ $exit = TRUE; } return $exit; } if(isset($_POST['submit'])){ $user = preg_replace ("[^A-Za-z0-9]", "", $_POST['username']); $pass = preg_replace ("[^A-Za-z0-9]", "", $_POST['password']); if($_POST['username'] == ""){ echo '<font color="red">Enter a user.</font><br /><br />'; } …

Member Avatar for sourcebits
0
112
Member Avatar for arunpatyal1987
Member Avatar for nevvermind
0
72
Member Avatar for Designer_101

Hi, I have a list of postcodes in the UK and their co-ordinates... I've also written a nice function that measures the distance between two postcodes. When my user logs in their postcode will be stored in a cookie, when they do a search for events I want to show …

Member Avatar for mschroeder
0
129
Member Avatar for almahmeed

Hi Everybody, I have two tables in my database (mySQL). The 1st table records the data entry of the employee with the following columns: 1. msisdn: Mobile Number 2. fname: Full Name 3. cpr: National ID 4. username: Username (of my data entry staff) 5. createdate: Record Create Date The …

Member Avatar for rch1231
0
84
Member Avatar for kashif farooq

[B]Pagination in PHP (New help) display page wise results, CAN U DO IT... FOR ME... [/B] :) There are tons of pages, I'm not in favor of the display page numbers in PHP like that << <1 2 3 4.... 100 > >>. I like the drop down menu for …

Member Avatar for hielo
0
96
Member Avatar for dev.vini

if we delete any entry in a table in mysql than there has another field that has serialise no and if one entry is deleted from whole entry than another fiels entry will automaticaly searlized.......pls help

0
57
Member Avatar for andydeans

hi, this is prob really simple but what is the best way for me to add time to call on a form? i have created a column in my tesk table called timetocall with type = TIME what is best way to allow the user to key on the time? …

Member Avatar for andydeans
0
74
Member Avatar for ZER09

i hope i entered in the right place and ask this question. hello to i am new in joomla and still doing something unfamiliar, now i am trying to install resmanai but i cant install it correctly. i already installed ioncube but when and all the prerequisite for installing resmanai …

0
63
Member Avatar for thr

hello I want too choose among c++ + qt + php and java for my programming language and platform please help me too choose best platform I want to choose a platform that has this features : speed, portable I am c++ programmer and familiar with java programming language i …

Member Avatar for Premsathishbe
0
341
Member Avatar for rje7

How do i perform search from php within the search result that was just returned? In oder to perform a search on the result set again i need to have the result set stored some where. either in session/cookie or temporary table in the mysql server. i tried the mysql …

Member Avatar for rje7
0
126
Member Avatar for raul8
Member Avatar for flamer_x86

I'm newbie in MSSQL, I would like to ask what web server should i use? Should i install IIS in my PC? I appreciate your suggestions... Thanks.. Mar....

Member Avatar for flamer_x86
0
64
Member Avatar for ayooshkasmth

Hi, I am trying to print different messages based on what is selected. The selections are stored in a database as $perm, and the options are low, intermediate and high. I am using switch, however i only get the first case printed: [CODE] $low = "Low"; $int = "Intermediate"; $high …

Member Avatar for ayooshkasmth
0
99
Member Avatar for Dante2

Hi I have some homework that I need to get done here. Our instructions are to manipulate an array and add, replace, sort, and change an array as asked. I have gotten pretty much everything done up the the point where my teacher wants me to ADD a Finch to …

Member Avatar for Dante2
0
150

The End.