Search:
Type: Posts; User: norNerd
Search:
Search took 0.01 seconds.
-
Hi, sorry for not explaining so good, but found a solution:
Output the categories
<?php
$pat_cat = mysql_query("SELECT * FROM `$mysql_data`.`category_Table` WHERE...
-
Hi, i have a code like this:
<?php
$o = mysql_query("SELECT * FROM `$mysql_data`.`category_Table` WHERE name!='Tomt felt' AND username='$userName'");
while($out =...
-
If you want to etc have sort=1d as name DESC you can use something like this insted
<ul>
<li onClick="location.href='searchpage.php?sort=1d';">Sort by name desc</li>
<li...
-
Not sure i understand what you meen but you can use:
<ul>
<li onClick="location.href='searchpage.php?sort=name DESC';">Sort by name desc</li>
<li...
-
I cant post my whole code here, as its not small or understandable at all, but ill give you the important things:
<form name="my_form" method="get" action="">
<textarea name="content1"...
-
When adding <img and > in the echo/print
url turned out like this again:
<img src="%5C%22produkter_org/man/produkter_man_level1.jpg%5C%22" width="150" height="140">
So that dident work so...
-
I tried useing substr to remove some of the code, and a wird thing happend :s
//Added this to code:
$content_dag = substr($content_dag, 4, -4);
HTML before:
-
Hi, thanks all for setting some ideas into my head..
I added this to my code
elseif($_GET['delete_img2']){
$content_name = $_GET['content0'];
$content_dag = str_replace("/\%22/", " ",...
-
Hi people, i got a sort of big problem, wich i actually think will be solved with just a little line of code either in html, javascript or php.
But i have no idea at all what i can do to solve it...
|
|