Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
Views: 303
Posted By Vernk
Please

Please
Forum: PHP 02-01-2013, 12:27 AM
Replies: 6
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 03:57 PM.