![]() |
|
|||||||
| Register | FAQ | Members List | Arcade | Dev Directory | HB Bank | Calendar | Search | Today's Posts | Mark Forums Read |
| PHP, CGI, ASP, Server-Side Programming Discuss server-side programming such as PHP, CGI, ASP, and others. |
| Have A Look At Some Of Our Webmaster Related Sponsors! | |||||
![]() Script Directory |
![]() Advertise Here |
![]() Market Leverage |
![]() Free Templates |
![]() 3D Guide-characters |
![]() Advertise Here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
New Hunter
|
Hello,
I need an email extractor which can extract me the email address from the specified ebay user I need.To give you a clue here is what I need.On ebay you know every user is registered with an email address but lately you cant view their email address.If any can make a program which can extract the email from any users I need,let me know because I can pay immediately.The program can be web based or desktop based. Thank you |
|
|
|
|
|
#2 (permalink) |
|
Senior Moderator
|
Umm, if you want to view peoples email, (assuming on your own site, and the table your storing the information in is called: Emails) then you can just use this simple SQL statement
SELECT * FROM Emails That will give you all the emails. I use SELECT * FROM Users. That way I can se everyone who has registered at my site :P. I'd just PM them if that wasn't what you meant lol.
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+ Code:
<style type="text/css"> u { text-decoration: none; } </style>
|
|
|
|
|
|
#3 (permalink) | |
|
New Hunter
|
Quote:
![]() Edit: I just looked into it and i dont see a way to get the emails. sorry. Last edited by bishi; 06-03-2008 at 01:55 PM. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|