Alright, I got it working, thank you very much.
Type: Posts; User: Colonel_Popcorn; Keyword(s):
Alright, I got it working, thank you very much.
Well I guess the word temporary is the wrong term to use the way I described it, I guess it would be a permanent page that would only be up while the product was available. Sort of how newegg does...
Hey, I have made a search function to search a database and return the results. Now I need to post a link under the results to link to a page that contains the results. Is there a way to create a...
Thank you your help anyway.
Never mind I was able to get it fixed by using a while loop and a descending number if statement to check to see if in the final array there were duplicates. It works and I understand it, that's all...
Hey, I am working with a precarious situation here. I have finally gotten the code to search everything, but it returns duplicate values. I have tried using the array_unique() and just array() and...
Hey, I am working with a database and I need to search every column's rows for the searched terms. I have a working way, but it returns duplicate values. The only way I could think of removing...