Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
Interests
Online marketing, Self Improvment,
Favorite Tags
Member Avatar for SEOKRU

Hi, I am triyng to create a very basic image catalog in a table I have a DB with image source (src), and URL (herf) and id , I need to use a simple query with "order by random", but what now? How do I connect the query result to …

Member Avatar for crishlay
0
72
Member Avatar for SEOKRU

Hi, I've got a page that I would like to count how many times a each button or hyper-link was clicked, Basically it's what "google in-page analytics" dos'nt succeed to do in my site. 1. Is there a script that does it? 2. What is the best way to store …

Member Avatar for benjaminFowl87
0
76
Member Avatar for SEOKRU

Hi, On login page load, (even before submitting user name and pass) Debugger finds "permission denied error". U can see it here: [B][URL="http://goldpharm.co.il/authentication.php"]goldpharm.co.il/authentication.php[/URL] [/B] Now, when a user submit's user name and pass, nothing happens, he stays on the login page. Could it be a problem in authentication.php file? and …

Member Avatar for SEOKRU
0
177
Member Avatar for SEOKRU

Hi I updated something by mistake, now I get these warnings: (url is : [url]http://www.goldpharm.co.il/[/url] ) Warning: Cannot modify header information - headers already sent by (output started at /home/goldphar/public_html/classes/Tools.php:1) in /home/goldphar/public_html/header.php on line 3 Warning: Cannot modify header information - headers already sent by (output started at /home/goldphar/public_html/classes/Tools.php:1) in …

Member Avatar for SEOKRU
0
166
Member Avatar for SEOKRU

Hi, this exception makes no sense to me: Cannot implicitly convert type 'object' to 'char[]'. An explicit conversion exists (are you missing a cast?) as you can see charQuery is char array and not an object: [code= c#] string searchedBand = this.txtsearchBand.Text; char[] charQuery = searchedBand.ToCharArray(); String[] dbQuery = new …

Member Avatar for ddanbe
0
1K
Member Avatar for SEOKRU

Hi , I have this problem, where I want the query to find slimier results, Like '%BandName%' for a static query it's easy, but when I use a string from a textBox I am not sure what should be the syntax. [code] public static DataRow SearchByBandName(string bandToFind) { return DbUtils.SelectDataRow("SELECT …

Member Avatar for SEOKRU
0
74