Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 44
Search took 0.01 seconds.
Search: Posts Made By: Logical1
Forum: PHP Jun 29th, 2008, 2:23 AM
Replies: 6
Views: 145
Posted By Logical1
Thank you

Thank you guys I will follow your suggestions.
Forum: PHP Jun 28th, 2008, 9:48 AM
Replies: 6
Views: 145
Posted By Logical1
???

That many suggestions???
Forum: PHP Jun 26th, 2008, 4:36 PM
Replies: 6
Views: 145
Posted By Logical1
more info

Thanks for the answer but let me clarify a few things my questions was not very clear:
I gave the annoyingjunads---.com as an example. I would not even know who is linking so I can not manually...
Forum: PHP Jun 26th, 2008, 11:08 AM
Replies: 6
Views: 145
Posted By Logical1
Question IP address

How can one find out if there are links from other site's to one's site and get their IP address to stop them?
I did some search and apparetnly this is called referer. But it is not clear that the ...
Forum: PHP Jun 25th, 2008, 5:00 PM
Replies: 6
Views: 127
Posted By Logical1
How random is rand??

Thanks for suggestions guys.
Grimpirate
I did some tests including using a much larger table and trying to see how often Rand will repeat.
Results are appaling. 2 out of 10 times the very first...
Forum: PHP Jun 25th, 2008, 1:27 PM
Replies: 6
Views: 127
Posted By Logical1
Re:

No I am simply trying to pick a random record and RAND() altough is s slow process should do the job.
May be I should change the questions:

I need to get a random record from a table of 2000...
Forum: PHP Jun 25th, 2008, 6:03 AM
Replies: 6
Views: 127
Posted By Logical1
Question Order by RAND()

I am trying to pick up a random record (column ColName) form a MySQL table (tblExample).
All references that I have checked say that use ORDER BY RAND():

select ColName from tblExample ORDER by...
Forum: PHP Jun 22nd, 2008, 10:39 PM
Replies: 1
Views: 95
Posted By Logical1
ignore this

ignore this thread problem is solved
Forum: PHP Jun 22nd, 2008, 7:33 PM
Replies: 1
Views: 95
Posted By Logical1
Question Nerver ending problem of passing variables!

Hello Guys
My code is:

<?php
$MyVariable=20;
include ('http://www.mywonderfulwebsite.com/test.php');
?>

and it is not working!
Forum: Other Web Development Languages Jun 16th, 2008, 8:23 PM
Replies: 6
Views: 229
Posted By Logical1
thank you

Thanks Jimbo and eveybody else.
1. Silly as it seems, I think I have to write a function similar to mysql_real_escape_string() so it would run on my old version.
2. I have searched and did not find...
Forum: PHP Jun 14th, 2008, 11:07 PM
Replies: 4
Views: 157
Posted By Logical1
????

setcookie(A,'10');

what do you mean "define". This is where I set the value 10 to A and that's that. It does not get printed anywhere in the same page or any page after because I am getting the...
Forum: PHP Jun 14th, 2008, 10:07 PM
Replies: 4
Views: 157
Posted By Logical1
Question Header is ...

I am sure everybody had this problem at one point or another and I have done A LOT OF reading about it but still problem presists.
I keep on getting Error message saying header is already sent! The...
Forum: Other Web Development Languages Jun 14th, 2008, 12:03 PM
Replies: 6
Views: 229
Posted By Logical1
Thanks and ..

Thank you for your answers but I am still in the dark.
1. My server runs PHP 4.0.3 and I can not run mysql_real_escape_string() on it. Altough this does not much more then addslashes() or other...
Forum: Other Web Development Languages Jun 10th, 2008, 9:32 PM
Replies: 6
Views: 229
Posted By Logical1
Question Security

I have started a project of my own -non for profit- databased web site to help students who are looking for summer job. (as you might have guessed from my previous questions). I am very worried...
Forum: PHP Jun 8th, 2008, 7:10 PM
Replies: 3
Views: 145
Posted By Logical1
Question progress bar

Sometimes loading a page or completing tasks in it takes time and users might not know what to do, thinking that there's a problem. does anyone have a sugestion for making a progres bar with php or...
Forum: Paid Job Offers Jun 7th, 2008, 6:32 PM
Replies: 1
Views: 134
Posted By Logical1
Update

First issue is resolved still looking for developer/consultant for the second issue (sending data to cell phones/PDA).
Forum: PHP Jun 7th, 2008, 12:48 PM
Replies: 6
Views: 243
Posted By Logical1
tx

Thank you I was stuck for days trying to figure out this simple thing.
Forum: Paid Job Offers Jun 5th, 2008, 8:41 PM
Replies: 1
Views: 134
Posted By Logical1
Web developer/conusltant needed

Hello
I need programmer(s) to develop code for two specific problems:

1. Sending Unicode emails (Arabic, chinesse, ...) through Internet mail system. (I will supply you with the code that extracts...
Forum: Other Web Development Languages Jun 5th, 2008, 7:28 PM
Replies: 1
Views: 112
Posted By Logical1
Question Unicode email

I confess that I posted my question in PHP section for several days and since I did not find any solutions or hints I am asking it here. Maybe solution is not in PHP.

I want to make a script that...
Forum: Other Web Development Languages Jun 5th, 2008, 7:23 PM
Replies: 5
Views: 443
Posted By Logical1
Charge based on value of your technical service

You are planning to develop a business tool. It has commercial value in addition to the client you should charge accodingly. It is not just how many hours you spend on a project. Work out some...
Forum: PHP Jun 3rd, 2008, 10:14 AM
Replies: 6
Views: 243
Posted By Logical1
Additional info

I did a lot of tests.
I can get emails with Persian or arabic fornts witout any problems but when sending them to myself as a test Outlook express gives me option of sending them as UNICODE or not. ...
Forum: PHP Jun 2nd, 2008, 10:59 PM
Replies: 6
Views: 243
Posted By Logical1
Re: Mail sent by PHP

Thank you for your suggestion. I tried it I am still getting exactly what I copy bellow:

This is eactly how the raw data looks in the tables in MySQL altough when they come to the PHP pages they...
Forum: PHP Jun 1st, 2008, 2:36 PM
Replies: 6
Views: 243
Posted By Logical1
Question Mail sent by PHP

In one of my pages the user will receive a confirmation email which thanks him / her for her input. Problem is that this page is made in another language (Persian font) and when I get my test emails...
Forum: PHP May 24th, 2008, 9:59 PM
Replies: 5
Views: 224
Posted By Logical1
Maybe I did not explain well

May be I did not explain the problem well.
I have text in english in different pages. Forms for example such as:

Name:
Date:
Company:
Blabla:

In the corresponding french site they have to be:
Forum: Coder's Corner Lounge May 24th, 2008, 5:16 PM
Replies: 23
Views: 798
Posted By Logical1
This is a case if IFELSE situation

In my humble opinion this is exactly like the IFELSE situation.
We have a series of options prepared for us and all we can do is select one that fits the situation. So it is part of both.
I guess...
Forum: PHP May 24th, 2008, 5:12 PM
Replies: 5
Views: 224
Posted By Logical1
Question Working in a second or third language

I am working on a project of my own and would like to add other labgauges to it after I finished with English (Chinese, German, Spanish,....).
What is the most logical way to go about it in yur...
Forum: JavaScript and Client-Side Browser Scripting May 19th, 2008, 9:25 PM
Replies: 5
Views: 206
Posted By Logical1
1000,000 thanks

One million thanks guys. Solved the problem. I guess I have to eventually sit and learn the darned langauge (I usually work in PHP).
Hope to return the favor some day.
Logical1
Forum: JavaScript and Client-Side Browser Scripting May 19th, 2008, 8:42 PM
Replies: 5
Views: 206
Posted By Logical1
Re: Passing a variable to a pop up window

Thank you for your answer.
I had tried that but it does not work becasue somehow URL gets added to the end of it!
If Id was 200 I get: 200?url=http://www.---.com/----print.php
The red part gets...
Forum: JavaScript and Client-Side Browser Scripting May 18th, 2008, 10:19 PM
Replies: 5
Views: 206
Posted By Logical1
Question Passing a variable to a pop up window

Hello guys
I am using a simple script to open a little window for userfirendly print version of some pages.
I need to pass an id number to it.
Altough I am using javascript for this I know nothing...
Forum: Coder's Corner Lounge May 1st, 2008, 8:06 PM
Replies: 4
Views: 244
Posted By Logical1
it should be

it should be but chaning the username doesnt change that folder. I want to rename that folder.
Forum: Coder's Corner Lounge May 1st, 2008, 1:33 PM
Replies: 4
Views: 244
Posted By Logical1
Question windws xp question

first time that you install xp and regiser it, it creates a folder in documents and setting folder (without your knowedge) under that name which I'm trying to rename.
No matter wht I tried it dd not...
Forum: PHP Apr 20th, 2008, 10:04 PM
Replies: 3
Views: 226
Posted By Logical1
Thank you but ..

Thank you guys for your kind answers, but I don't think I explained the issue well.

I am working on a little program that recieve data from PHP forms and saves it in MySQL database. These data...
Forum: PHP Apr 17th, 2008, 12:31 PM
Replies: 3
Views: 226
Posted By Logical1
Question Newspaper sytle double-column

Hello
You have all seen the newspaper-style multi columns in MS Word or other text editors.
Does anyone know of a solution for this in PHP when printing?

On the web page I can simply make a table...
Forum: Other Programming Languages Apr 13th, 2008, 2:40 PM
Replies: 4
Views: 211
Posted By Logical1
Thank you guys

Thank you guys I tried all your suggestions and each one worked.
Coffee shuld be on me!
Forum: Other Programming Languages Apr 12th, 2008, 9:28 PM
Replies: 4
Views: 211
Posted By Logical1
Question Sql Select

Hello

How do you querry and find records where specific characters are present in the string in a specific column.
I did not find a better place to post this question so here it is:
I have a column...
Forum: JavaScript and Client-Side Browser Scripting Apr 12th, 2008, 12:28 PM
Replies: 9
Views: 392
Posted By Logical1
Thanks

Thanks Ooble I downloads the damend thign and started playing with it. However says Mac stuff are more userfirendly has not seen this piece of junk there is no start of finish and can't find a...
Forum: JavaScript and Client-Side Browser Scripting Apr 10th, 2008, 2:27 PM
Replies: 9
Views: 392
Posted By Logical1
I tried to edit that response but did n't let me so here it is:

Thanks OOble but there are some questions:
I can use JS to launch a little window without status bar or other compnanets and in a smaller size. But this has to be launched from some HTML or other...
Forum: JavaScript and Client-Side Browser Scripting Apr 10th, 2008, 1:55 PM
Replies: 9
Views: 392
Posted By Logical1
Question

Thanks OOble. Have you seen the yahoo widgets? They have no frame at all. That's what I am trying to do.
Forum: JavaScript and Client-Side Browser Scripting Apr 9th, 2008, 8:36 PM
Replies: 9
Views: 392
Posted By Logical1
More info

No guys I know how to work with flash but I am interested to see if same results can be achieved with JS or XML or other methods.
Since I learn better by example than theory than most I am interested...
Forum: JavaScript and Client-Side Browser Scripting Apr 9th, 2008, 2:52 PM
Replies: 9
Views: 392
Posted By Logical1
Question Tutorial for building widgets

Hello
Do you know of a good tutorial/samples/... for building widgets?
I am particularly interested in the ones that play a selected online radio.
A sample would be greatly appreciated.
Thanks in...
Showing results 1 to 40 of 44

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:34 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC