Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~6K People Reached
Favorite Tags
Member Avatar for s0bigg

I have a website that gives search results of products. I am using page numbering for splitting up search results from 1 to 10. I need to do some work on this search page. First of all, I want to fix the page numbering system. Currently it is showing a …

Member Avatar for kthxdie
0
3K
Member Avatar for s0bigg

See attached zip file. I have a common template that I use for multiple pages on my website. The main page div incorporates div#content and div#sidebar. See below codes. I am using a common footer on all pages with a php include() function which is a static bar. There is …

Member Avatar for dany12
0
183
Member Avatar for s0bigg

I am using MySQL database to download various RSS feeds every few hours. The feeds are then displayed on my website that shows a direct link to the original website where the feed is coming from. I want to change this such that the link would show my website that …

Member Avatar for pritaeas
0
127
Member Avatar for s0bigg

I need some ideas in regards to the database management of the email alerts that my website is sending out. [url]www.gubbit.com[/url] My website sends out deal alerts of the products on deals everyday. Typically a product deal stays ON for 3-4 days and my script is sending the same deal …

Member Avatar for diafol
0
72
Member Avatar for s0bigg

I am using a php script for sending email alerts to a list of recipients that I have in MySQL. I want to automate the unsubscribe process for recipients because right now I have a static page where they have to manually enter their info. Since anyways I am calling …

Member Avatar for diafol
0
1K
Member Avatar for s0bigg

I am using a php code to perform search queries through MySQL database. The database consists of a product title, url, posted date and store name. The query is looking at the title and returns relevant results. I want to add a sorting feature on my page that will allow …

Member Avatar for diafol
0
166
Member Avatar for s0bigg

I am designing a search engine and I want to design it in a way that when user comes to the website the cursor should be already on the search bar. Right now the user needs to hit a tab or manually initiate cursor into the search bar. Any ideas …

Member Avatar for s0bigg
0
114
Member Avatar for s0bigg

I am using MySQL to store the RSS feed contents that are updated every few hours. I truncate the database once a day. But during the day, whenever same feeds are updated every few hours I get duplicate entries piled up. Is there any PHP script that I can run …

Member Avatar for s0bigg
0
163
Member Avatar for s0bigg

I am currently using a script to run RSS feeds and dump all data into a MySQL. Every time I run it, it creates a duplicate entry into a database. Is there any way, I can just program a script to only get new feeds? I have some feeds subscribed …

Member Avatar for HITMANOF44th
0
187
Member Avatar for daniel36

I am working on a project in which i need to send emails after 3 days of adding projects .is it possible using php?

Member Avatar for s0bigg
0
339
Member Avatar for s0bigg

Not all online stores provide RSS feeds to all of their products, so its difficult to keep track of good deals. Do you guys know of any tool that I can use to covert a webpage into RSS feed that can pull up all elements such as title, description, picture, …

0
121
Member Avatar for s0bigg

[url]http://test.gubbit.com/newgubbit/bfsearch.php?q=lenovo&submit=&R1=V7[/url] I am not sure what the problem is here.. but when I run this page on the internet explorer, it shows a completely white blank page. After looking at the source code on IE, it is exactly the same as you would see on chrome, safari or mozilla. Any …

Member Avatar for diafol
0
186
Member Avatar for s0bigg

I am facing a strange error when I execute a php mail script. Its related to server could not verify the sender. I see following error: Failed to add recipient [email]email@domain.com[/email] [SMTP: Invalid response code received from server (code:550, response: Verification failed for unrouteable address Sendor verify failed)] Would you …

Member Avatar for pritaeas
0
530
Member Avatar for s0bigg

I have a MySQL database that has a list of items which gets updated everyday. The database is truncated everyday and filled back with the recent posts. After it is filled out, I need an automatic system that will send out the emails to users who have provided certain keyword. …

Member Avatar for s0bigg
0
104