Hey guys, I know it might be really lame :S, I searched on google but it most of the returns I had where about pple not wnating que NULL values on the query:
So heres my problem: Im doing this q...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I wanted to add a tracker code in an email that was being sent out. However, I want to know the actual email address that opens it.
I looked at the code at the Iron Geek [http://www.irongeek...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
HI ALL
Quote:
http://mydomain.com/selection/15/ [http://mydomain.com/selection/15/]>
I have a url like this which i point using htaccess to real ur...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Strange one, driving me crazy. I just cannot see why.
I have a query that pulls club officers names and email addresses from a table. This is to generate a "Contact" page for our v...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I posted this same question previously to generate form fields dynamically but now i have got one more doubt..pls help me..I am doing an inventory project using PHP and in Sales/Rentals page there...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm trying to have a script in one central location, and have multiple other locations, all of them on other domains, access the same script, non-transparently.
Example:
Code:
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I don't know what's going on here. I have a simple database insert script that is in inserting the data 5 times into the database. The first time is correct but the redundant - additiona...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I was looking on Digg today, and I realized that my image resizing script resizes images much more choppy than Digg's does. I know Digg is built using PHP as it has been mentioned many t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
You'll also need to modify your DNS records appropriately. If you haven't already, I suggest adding a catch-all (wildcard) record, which will allow you to receive all requests to your domain rega...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm having trouble writing a simple query.
I need to select every nickname under table user_characters where a1 is more then 0.. then next I need to multiply c2 by their amount of a1.. So.. ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a MySQL table that looks like the following
posts
-id
-user_id
-data
data is an AES encrypted field.
The following query properly selects all of the user's encrypted posts...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi guys
For all you guys looking to change jobs or have been laid off in the recent economic slump, check out this new site: www.talentpot.com [http://www.talentpot.com]>
It look...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
'ello all.
First, let me say that I am not trying to break CAPTCHA's or anything like that.
What I would like to do is take an image of a word in standard fonts and split the words into ch...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi There,
I have a client using fasthosts as their host. I've built a website that uses sessions to keep users logged in etc.
We are on a shared server and are experiencing problems, first...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm making a form for my website, and when a Logged in user makes a post on the form, I want their Username to be posted in the database.
I tried this on the form's end.
PHP Cod...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,
I have a script that suddenly stopped working and nothing's been changed. I am using the php mail() function to send a simple email form and the mail() function report true when ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Question about formatting inside quickform: How to make radio buttons drop vertically inside a group? If I add radio elements one at a time, they're vertical, but if I want to add a rule it looks ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
After a lot of searching I found how to return an array from a function. Many post were very confusing and complicated. The code below is simple and works just find, but what I don't understand ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I know this is a broad question and hard to answer.
I have to following php code
Code:
<?php
// Document header (doctype -> body tag)
function docheader() {
// ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am trying to connect to our DB2 DB with PHP using ADOdb. Below is my environment.
Windows XP
PHP 5.2.5
DB2 Run-Time Client 8.2
IIS
I connect with the following code:
PHP Code...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have an folder with images and I want to display the images. How can I do that?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi I was using a mysql connection to my database and all worked fine, however I've been following a book "Pro PHP Security" by Apress and have decided to follow their chapter o...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey everybody !
I got this script which searchs on a data base for a word and returns me results, thats not a problem, then on PHP I'd like to mark in bold every word match I get in the result...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
Am new bee to php
i need to write a text file using php. values are taken from mysql table.
and also i need to write a text file like(Aligned Table)
***********...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
what is the best way to make activation page for my modules from my admin cpael
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine