Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 5
1
2
3
>
Last
»
Showing results 1 to 25 of 113
Search took
0.27
seconds.
Search:
Posts Made By:
Vernk
Forum:
PHP
02-01-2013, 03:06 PM
Replies:
6
Making a Graph with my current data
Views:
303
Posted By
Vernk
Please
Please
Forum:
PHP
02-01-2013, 12:27 AM
Replies:
6
Making a Graph with my current data
Views:
303
Posted By
Vernk
Uhh yea I just want to know how to make it...
Uhh yea I just want to know how to make it dynamic. The graph uses a ton of other stuff I just need to know how to make the graph with the DB data I have
Forum:
PHP
02-01-2013, 12:10 AM
Replies:
6
Making a Graph with my current data
Views:
303
Posted By
Vernk
Hello, Is anyone able to help ? :(
Hello,
Is anyone able to help
?
:(
Forum:
PHP
01-31-2013, 03:14 PM
Replies:
6
Making a Graph with my current data
Views:
303
Posted By
Vernk
Making a Graph with my current data
Hello,
I currently want to make a graph with my data in my database. My template already comes with the graph. This is the data I have :
http://s14.postimage.org/ijvdy23z5/image.png
This is...
Forum:
PHP
01-30-2013, 07:34 PM
Replies:
7
Help with MySQL / PHP problem
Views:
331
Posted By
Vernk
Yea but I don't know how to do it
Yea but I don't know how to do it
Forum:
PHP
01-30-2013, 05:16 PM
Replies:
7
Help with MySQL / PHP problem
Views:
331
Posted By
Vernk
Yea, no. The problem is the fetch_array is...
Yea, no. The problem is the fetch_array is suppose to fetch more then 1 row. But It doesn't since there is no loop for it
Forum:
PHP
01-30-2013, 05:03 PM
Replies:
11
PHP and MYSQL on Windows Server?
Views:
411
Posted By
Vernk
You would need to get something like WAMP or...
You would need to get something like WAMP or XAMPP , once you have one of those configure IIS to run on port 81 and Apache to run on 82 , then get nginx to proxy redirect them both so you can now run...
Forum:
PHP
01-30-2013, 04:59 PM
Replies:
7
Help with MySQL / PHP problem
Views:
331
Posted By
Vernk
Help with MySQL / PHP problem
Hello,
I have come across a problem that I believe that I need to use a for loop but I don't know how to use it here.
Here is the code:
$q60 = mysql_query("SELECT VotingSiteType FROM...
Forum:
JavaScript frameworks
01-27-2013, 01:28 AM
Replies:
2
Resolved
JQuery stops working after more then 1 action HELP!
Views:
343
Posted By
Vernk
Hello, Thanks for the help. It looked like...
Hello,
Thanks for the help.
It looked like the if else were the problem
It is working now :)
Thanks!
Forum:
JavaScript frameworks
01-27-2013, 12:31 AM
Replies:
2
Resolved
JQuery stops working after more then 1 action HELP!
Views:
343
Posted By
Vernk
JQuery stops working after more then 1 action HELP!
$(document).ready(function() {
$("#createorder").click(function() {
$("#message2").html("<div class='alert info no-margin top'>Validating order...</div>");
var action = "check.php";
var...
Forum:
Apache configuration
12-14-2012, 04:10 AM
Replies:
1
Virtual Hosts not working....
Views:
1,260
Posted By
Vernk
Virtual Hosts not working....
:mad:
I've been trying to get these damn virtual hosts to work for 4 hours and I can't figure it out... I got it working once and now it won't budge...
I'm trying to test 3 domains 2 subdomains...
Forum:
PHP
10-11-2012, 12:53 AM
Replies:
7
Prevent user from abusing button clicking
Views:
288
Posted By
Vernk
Thanks, I got it fixed I just had to run a query...
Thanks, I got it fixed I just had to run a query to check as you said Silly me
Forum:
PHP
10-10-2012, 03:06 PM
Replies:
7
Prevent user from abusing button clicking
Views:
288
Posted By
Vernk
It still isn't working. I can keep clicking it...
It still isn't working. I can keep clicking it and gives me more
Forum:
PHP
10-10-2012, 02:52 PM
Replies:
7
Prevent user from abusing button clicking
Views:
288
Posted By
Vernk
Yea they have to be logged in. But the problem...
Yea they have to be logged in. But the problem is when they keep clicking the button it keeps uploading and running the query , so they can get tons of credits
Forum:
PHP
10-10-2012, 02:52 AM
Replies:
7
Prevent user from abusing button clicking
Views:
288
Posted By
Vernk
Prevent user from abusing button clicking
Hello , I have a script when the person clicks the button it will give them 1000 credits but if you keep clicking it will keep uploading so they can abuse this and get as many credits and they want. ...
Forum:
PHP
10-10-2012, 12:09 AM
Replies:
1
WHILE lOOP limit help
Views:
216
Posted By
Vernk
WHILE lOOP limit help
$cnt=0;
while($something = mysql_fetch_array($query) true && $cnt<100){
//process....
$cnt++;
}
Will this work , or something like this I am trying to achieve
Forum:
PHP
10-08-2012, 04:44 AM
Replies:
3
Using PHP IF and SQL
Views:
315
Posted By
Vernk
Well I want it to select the timeleft and if it...
Well I want it to select the timeleft and if it equals 0 then it will set plan to 0 so some way of doing this
Forum:
PHP
10-08-2012, 01:39 AM
Replies:
3
Using PHP IF and SQL
Views:
315
Posted By
Vernk
Using PHP IF and SQL
Hello , I am trying to achieve something like this :
cornjob.php
<?php
mysql_query("SELECT * FROM userinfo WHERE IF timeleft = 0 THEN SET plan=0");
?>
How can I do something like this...
Forum:
PHP
10-07-2012, 01:04 AM
Replies:
3
HELP Display different times for hours.
Views:
434
Posted By
Vernk
I know it seems complicated but can anyone try an...
I know it seems complicated but can anyone try an attempt?
Forum:
PHP
10-06-2012, 05:42 AM
Replies:
3
HELP Display different times for hours.
Views:
434
Posted By
Vernk
HELP Display different times for hours.
DB
User | Hours
1 13
2 982
3 145
4 200
So say for User 2 is 982 which is 40.916 days I want to display it like this:
1 Month 10 days 9 hours
Forum:
PHP
10-06-2012, 05:05 AM
Replies:
2
Update every user with loop?
Views:
311
Posted By
Vernk
Hey thanks, It looks like it worked. I knew...
Hey thanks,
It looks like it worked. I knew there was a way to do it in SQL just didn't know how
Forum:
PHP
10-06-2012, 01:23 AM
Replies:
2
Update every user with loop?
Views:
311
Posted By
Vernk
Update every user with loop?
<?php
require "config.php";
$query = mysql_query("SELECT plan, timeleft FROM userinfo");
while ($qrow = mysql_fetch_array($query)) {
$plan = $qrow['plan'];
$timeleft = $qrow['timeleft'];
if...
Forum:
PHP
10-02-2012, 06:01 PM
Replies:
14
Delete certain line in txt file
Views:
779
Posted By
Vernk
data.txt 1|MinecraftServers.net ...
data.txt
1|MinecraftServers.net
2|somethingelse.com
3|another.com
$_POST['ids'] selected from <select name="ids">
options so after they select from the drop down
$_POSt['ids'] would be...
Forum:
PHP
10-02-2012, 04:10 PM
Replies:
14
Delete certain line in txt file
Views:
779
Posted By
Vernk
if (isset($_POST['delsite'])) { //$sstring =...
if (isset($_POST['delsite'])) {
//$sstring = $_POST['ids'];
$delete = $_POST['ids'];
$rows = file('data.txt');
// look for `Green` (we trim all values because trailing line breaks, etc, are...
Forum:
PHP
10-02-2012, 02:52 AM
Replies:
14
Delete certain line in txt file
Views:
779
Posted By
Vernk
Looks like that code is deleting everything
Looks like that code is deleting everything
Showing results 1 to 25 of 113
Page 1 of 5
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
03:57 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.