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.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for sowh4t

So my cookies look like so Name: lang Content: et and Name: lang Content: en and Name: lang Content: fi every language select deletes old and replaces with new one I need to get my script working with every cookie content different text $array = array(); $array[] = 'blabla 1'; …

Member Avatar for Biiim
0
95
Member Avatar for sowh4t

So i'm trying to make a script that reads from forum last post first word and displays it on my site vBulletin forum http://www.forum.com/showthread.php?85788&goto=newpost it uses javascript, so I can't get any info :S My script so far <?php header("content-type: text/plain"); $myurl = 'http://www.forum.com/showthread.php?85788&goto=newpost'; $curl_handle = curl_init(); curl_setopt ($curl_handle, CURLOPT_URL, …

Member Avatar for mschroeder
0
121
Member Avatar for sowh4t

Really really need help with this one! I need to convert from php to mysql so that it reads language information from mysql, i made mysql table already but I just don't know how to change from php to mysql <?php session_start(); header('Cache-control: private'); if(isSet($_GET['lang'])) { $lang = $_GET['lang']; $_SESSION['lang'] …

Member Avatar for diafol
0
254
Member Avatar for sowh4t

So my code is simple html, I need it to select value when submit and if value= that number, submits something like: "Your number is 1"(without refreshing the page). Thanks a million! <form action=""> <select name="list"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> </select> <input type="button" value="Submit!" …

Member Avatar for rajesh1158
0
2K
Member Avatar for sowh4t

So guys, I really need a script that I can select from drop down menu, depends on choose, and updates mySQL row every click gives +1 point. Thanks you!

0
50
Member Avatar for sowh4t

It shoots always to if($this->parool_exists != $this->passmd5) $this->errors[] = '<font color="red">Password is not correct</font>'; even if it is! Really need to know what the problem is here! <?php class Seaded { private $parool; private $uparool; private $uparool2; private $passmd5; private $errors; private $stoken; public function __construct() { $this->errors = array(); …

0
52
Member Avatar for sowh4t

I need a script that selects all from mysql, orders them DESC with highest money and prints out only where username=$_SESSION['username'], so it will show Your position is X/10

Member Avatar for sowh4t
0
74