Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
40% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
Ranked #1K
~8K People Reached
Favorite Forums
Favorite Tags

26 Posted Topics

Member Avatar for Veronika9
Member Avatar for addme
0
220
Member Avatar for jadzrev13

on line 206 you have a constant " TBL_ACTIVE_GUESTS " you need to check and see if it is not empty. That is the most likely cause of your trouble

Member Avatar for ryantroop
0
340
Member Avatar for sIpIt_nya

sorry i tried reading this over n over but i just couldn't get what you meant can you please try expatiating on what you really want that way you can get help

Member Avatar for 123.sarang
0
3K
Member Avatar for OmniX

@CWARN23 i got to change my hashing technique just because of you though it a nice piece of ingenuity you get going with your site and these definitely is an interesting thread big up.shalom shalom

Member Avatar for Stefano Mtangoo
2
2K
Member Avatar for arthurav

with browser add-on like firebug and other third party application i don't really think it possible but if someone's got an idea i will be happy to hear about it cos i was also thinking about doing something like that a while ago.

Member Avatar for quasipickle
0
111
Member Avatar for xuexue

guy you can try out jquery UI library it has something and you can also edit to suit want you. just google Jquery UI library

Member Avatar for xuexue
0
143
Member Avatar for niths
Re: php

ok it seems i get a hint of what you want to do you try to post a form or something and your team leader wants the code to be in a single script. then all you got to do is just copy out the php script in the second …

Member Avatar for rajarajan2017
0
109
Member Avatar for 68thorby68

this error has to do with your sql syntax try and check if you are not missing any of the quotes( " and ')

Member Avatar for 68thorby68
0
136
Member Avatar for whitestream6

you can put it like this [CODE] $autoguide1 = "<a href='$url1/buyers-guide/2010/volkswagen/passat.php'><strong>New car of the day</strong></a>"; [/CODE] hope that works shalom shalom

Member Avatar for SKANK!!!!!
0
230
Member Avatar for tsr.linkan
Member Avatar for cwarn23
0
81
Member Avatar for SKANK!!!!!

the function he gave you will cos of the unlink() this will delete the files in the folder before deleting the folder. the rmdir() only works on an empty folder and also try to get a php manual that will help you with php functions. shalom shalom

Member Avatar for SKANK!!!!!
0
146
Member Avatar for DaraPsy

might not be your server setting, cos your code looks ok. i think you should check where you are running your script from your server might not recognize it as the localhost directory

Member Avatar for Froger93
0
180
Member Avatar for LindaLou

It will be much more easier if you can give the complete error report it gave and and the line at which this error occur that way it will be easier to trace the error cos you've got a large line of code here.shalom shalom

Member Avatar for LindaLou
0
118
Member Avatar for bufospro

What are you trying to say here cos i'm not getting you which of the code is returning error and what kind of error is it returning? can you kindly paste the error so we can know what wrong

Member Avatar for omoabobade
0
86
Member Avatar for nick3592

what ardav's trying to tell you is that you can have a page that will display users on your site with there picture displayed.the link on the picture can be something like [CODE] yourdomain.com/profile.php?userid=12456 [/CODE] where the userid will be the id of the person in your database and once …

Member Avatar for nick3592
0
176
Member Avatar for Namibnat

[CODE]class buttons{ I've re-written your code and it should look like this hope it helps and if you get any bug let me know . function draw(){ echo "<input type='button' style='height:" . $size[height] . "; width:" . $size[width] . ";' name='button' value='press' />" } function size(h, w){ $size[height] = h …

Member Avatar for omoabobade
0
162
Member Avatar for sarithak
Member Avatar for sarithak
0
186
Member Avatar for abdullah_359
Member Avatar for abdullah_359
-1
97
Member Avatar for j_limboo

all you need do is to create a database where all these messages will be stored and at the admin end the messages will be fetch for he or she to view incase this is not clear enough let me know. shalom shalom

Member Avatar for j_limboo
0
89
Member Avatar for shishtawitch

this type of error occur mostly when you try viewing an index page that does not exist so why don't try typing "/index.htm" or "/index.html" at the end of your url and see the kind of error it returns? then you can know where to attack.shalom shalom

Member Avatar for network18
0
51
Member Avatar for rich69
Member Avatar for omoabobade
-1
355
Member Avatar for Spidey007

it a mixture of javascript with css hope this will help ****the javascript*** [code=JavaScript]function setOn(cId){ document.getElementById(cId).className = 'tafContOn'; } function setOff(cId){ document.getElementById(cId).className = 'tafContOff'; }[/code] ****the css***** [code=css].tafContOn { background-repeat:repeat; width:100%; height:100%; position:fixed;top:0px;left:0px; } .tafContOff { display:none; float:left; }[/code] on the body tag of your form you will add this …

Member Avatar for Spidey007
0
147
Member Avatar for egturnkey

I'm trying to believe that you intentionally write your code the way you did because if not then you need to check your syntax. And short tags (<? ?>) are not advisable and not the best practise in php cos it might confuse with your xml tag. It seems that …

Member Avatar for omoabobade
0
86
Member Avatar for waleed66

in my own opinion, i prefer saving in a folder on the server and storing the file name on the database because i don't want to bog down my database but again it just my own opinion you can take a look at these links [url]http://www.sitepoint.com/forums/showthread.php?t=516288[/url] and [url]http://realityme.net/2008/07/11/do-you-store-images-in-a-database/[/url] they really …

Member Avatar for omoabobade
0
71
Member Avatar for InterfaceDesign

Any thing is possible as long as you can sit down and plan it so it's feasible and using php as scripting language won't be bad cos it easy to use.

Member Avatar for omoabobade
0
63
Member Avatar for omoabobade

i'm currently working on a blog and i want it to get output from the database without refreshing the whole page. please can anybody help cos i'll be most grateful. thanks

Member Avatar for ShawnCplus
0
55

The End.