RSS

Forum | How to display latest queries done on a form

This Forum is Currently Locked – Access is Read Only
You must be logged in to post
Search Forums:


 






How to display latest queries done on a form

UserPost

3:34 AM
Mar 30, 2010


Ricardo

Member

posts 7

1

Hi everyone!


First time poster here, seems "everyone" fromOD has joined GFWD :)


I have a form on my site where users submit a url, is it possible to display the latest submits? kind of like displayng the last urls submited after the form?

3:38 AM
Mar 30, 2010


Ricardo

Member

posts 7

2

this is theform im using:

<form method="get" id="form" onSubmit="<?php echo $_SERVER['PHP_SELF']?>"> <input type="text" name="ru" id="ru" size="60″ value="<?php echo $ru ?>"/> <input type="submit" name="b" id="b" value="Submit" />


4:37 AM
Apr 7, 2010


Ricardo

Member

posts 7

3

not possible?

2:52 PM
Apr 7, 2010


acousticsam

Member

posts 46

4

Interesting, I can think of some pretty cool applications for this.

Unfortunately, I don't know enough about PHP to help you out :(

2:42 AM
May 1, 2010


Ricardo

Member

posts 7

5

Thanks acousticam for your help, does anyone know how to do this?

4:39 AM
May 4, 2010


tomw

Member

posts 74

6

Hey Ricardo, is something like this is what you're looking for?


1:36 PM
May 5, 2010


Ricardo

Member

posts 7

7

Tomw, that is what im looking for, displaying in the sidebar the latest 5 queries done on the form


Can you help? or show me an online tutorial


Thanks

2:22 PM
May 5, 2010


tomw

Member

posts 74

8

I can set it up for you if you install odCMS in your site or you can show me your site and I’ll try to see how to implement the function into it.