39,316 Topics

Member Avatar for
Member Avatar for jonow

I am a PHP noob. I want a to create PHP pagination which will paginate a table. So every 3 rows would be a new page. I don't want to use MySWL (database) or JavaScript. But here is an example of what i want done in JavaScript: [url]http://it.newinstance.it/2006/09/27/client-side-html-table-pagination-with-javascript/[/url] Does anybody …

Member Avatar for jonow
0
363
Member Avatar for agrarian

I am trying to use a Dojo (ajax) table on my page that has detail rows in which I want to draw detail tables. The tables have a format event which calls formatDetail. In this event I would like to build a simple table using JSON data. My problem is …

Member Avatar for agrarian
0
2K
Member Avatar for xuexue

here's the code, this one goes well with localhost and it's functioning, however, when i tried it using a web server, it says error uploading file, what do you think is the problem? please help... [code] $phName = $_FILES['userfile']['name']; $tmpName = $_FILES['userfile']['tmp_name']; $phSize = $_FILES['userfile']['size']; $uploadDir ="10.237.102.158/upload/joomla/"; $filePath = $uploadDir …

Member Avatar for codejoust
0
109
Member Avatar for sila

Hello I am new in php working on online exam type webapplication my client requirement is this durring the test the user cant move backward or cant press the back button of browser how can i control it there are few javascripts i try but they not working if user …

Member Avatar for codejoust
0
89
Member Avatar for cooterbrown

Hi, I have a calculating order form, which is at [url]http://www.bcdcoatings.com/orderform.htm[/url] which I partially inherited. The problem is that the second drop down "select item" was added, and is not part of the calculation, in order to get needed information to an html template for emailing the order information. Right …

Member Avatar for cooterbrown
0
107
Member Avatar for zekruss

Hello All, I really need help, I have no experience with Curl and I want to use it to perform simple actions on a "software as a service" application, the goal is to automate testing, using tools like "selenium" is much more easier but not enough powerful to develop in …

Member Avatar for cwarn23
0
232
Member Avatar for brando|away

Yeah im not sure this is the right forum for this question but, I need to get the POST parameters of a request, like the FireFox tamper data add-on (which isn't working for me right now) so im looking for an alternative. Whats an alternative way i can view data …

Member Avatar for pritaeas
0
100
Member Avatar for valonesal

Alright here is what we would like to accomplish, We have folders on our server, what we want to do is deny access to the contents of he folders from everyone except for authorized websites. So we want to allow authorized websites to use our scripts, images and other items …

Member Avatar for valonesal
0
126
Member Avatar for JayGeePee

I've been searching the net for a strait answer on how to do this. My website is based on an affiliate platform. PHP image upload. Examples: My site: [url]www.mysite.com[/url] There Site: [url]www.mysite.com/userId.php[/url] My members have the exact web page I have except, they have there own Unique URL. All I …

Member Avatar for Graphix
0
494
Member Avatar for sandipan.rcciit

hi, i am going to create a pagination in php in basis of retrieving the data from the database. i tried to combine two different query result in same pagination but i don't get the desired result. here is my code:- [CODE] <?php include 'mysql-connect.php'; $qs=$_REQUEST["qs"]; $d=$qs; $a=$d; if (isset($_GET['a'])) …

Member Avatar for kvprajapati
0
99
Member Avatar for gauthamnagpur18

hi friends , i am trying to do registration form for my website . pls suggest some idea . how can i use php/mysql.

Member Avatar for Will Gresham
0
37
Member Avatar for phntje

[QUOTE]Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this …

Member Avatar for codejoust
0
86
Member Avatar for ivanichi

Hi.. i have 4 combolist (combobox). for action i want just one submit button. how to make it on action

Member Avatar for ivanichi
0
79
Member Avatar for extradani

I am using oscommerce for a gift shop. But i am having a problem. When i add product attributes for a product, those attributes are shown on product info page to user, but when the user adds the product to shopping cart the attributes are not saved. Only the original …

0
49
Member Avatar for chavansoft

Hi, JQuery Not working in Drupal, Please help me fixing it. The below is my JQuery code. [code] $(document).ready(function(){ $('#slides').cycle({ fx: 'fade', speed: '300', timeout: 6000, delay: -2000, next: '#next', prev: '#prev' }); function onBefore() {$('#title').html(this.title);} }); [/code] Regards

Member Avatar for martin5211
0
116
Member Avatar for srilakshmitr7

For implementing Spell check concept i applied WYSIWYG editor to textare.I got the output in Mozilla but not in InternetExplorer.Can you say where the problem might be.

Member Avatar for diafol
0
109
Member Avatar for aerliana

can anyone help me how i can grab date today when then user submit their form?

Member Avatar for cwarn23
0
62
Member Avatar for jay_412

i have this date format `04:00` and I want to echo it to two drop down boxes, `04` for the first box and `00` for the second box by clicking the Edit button. The value `04:00` had been already display in the form page and I want it to be …

Member Avatar for diafol
0
98
Member Avatar for chavansoft

When I do an attachment, I could see additionally “ATT00407.txt” is getting attached along with this email which is empty. Please look into this issue. This is reflected only in the outlook my code is : [code] $headers = "From: $from_name < $from_email >"; $email_txt =''; $semi_rand = md5(time()); $mime_boundary …

Member Avatar for slyme
0
140
Member Avatar for vijaysoft1
Member Avatar for cwarn23
0
133
Member Avatar for just asif

hi to every one i want to built a programe in php in which when two string is provided by user then these strings are compared and it shows the similarity between them in % form as i result.is there some one to help me?:(

Member Avatar for cwarn23
0
62
Member Avatar for chavansoft

Hello, writing a file with more than 10000 lines, cause the page never ending loading. please help me to solve it. this is the code i have used $store contains really 10000 lines $fp = fopen($imgpath, 'w'); fwrite($fp, $store); fclose($fp); After this code i have redirect script, but that is …

Member Avatar for cwarn23
0
117
Member Avatar for jay_412

Im having trouble to use this function FillList ($sql, $selected=0) from my Mysql Class.. I want to implement it to a dropdown box in my page this is the full MysqlClass.php <?php // Read the database name for the site //PostgreSQL-PHP include "mysqldb.php"; class MySqlClass { //this are the global …

Member Avatar for jay_412
0
186
Member Avatar for thegreatdanton

Hi, i'm just looking for some advice in relation to retrieving data from a MySQL database and displaying in nice looking rows. Basically, what i want to do is call the data into separate rows similar to what is on [URL="http://www.rent.ie/houses-to-let/renting_dublin/dublin-city-centre/"]here[/URL]. I'm not sure if these are separate divs or …

Member Avatar for diafol
0
109
Member Avatar for maddogmain

This may be out of place but I'm about to give up on this non-paid task. The company I work for has a news website, that's so cluttered and the IT folks are so out of touch, that our locally produced news is not indexed by Google...or anyone else. My …

Member Avatar for almostbob
0
101
Member Avatar for daddy89
Member Avatar for Bliss C

Unfortunately I seem to have forgotten everything I ever knew about PHP and MySQL (which wasn't a lot anyway) and I've had one hell of a headache all day which is somewhat clouding my thinking. :X I have two PHP includes on a current site I'm working on advertising a …

0
60
Member Avatar for HelenLF

I wonder if this can be done. I have a select drop down box where the options are populated form a field in a database table something like this. $SQL = "SELECT DISTINCT category FROM atable ORDER BY category"; $result = mysql_query($SQL); echo "<select name='addCategory' size='6'>"; while ($db_field = mysql_fetch_assoc($result)) …

Member Avatar for HelenLF
0
113
Member Avatar for ashwani2711

I have an existing JSP website which I would like to painlessly add CMS functionality to. The site is a intranet portal and is backed by a database etc. however some pages like News and Events etc. I would like the user to be able to edit using a simple …

Member Avatar for chrishea
0
87
Member Avatar for vijaysoft1

if some one is posting a spam content like this , what we do . Tell me any way in php (or HTML) to prevent this , means i want to display any long text in my fixed size table ( eg: 500 pixcel width) Suppose some users didn't press …

Member Avatar for vijaysoft1
0
145

The End.