Search Results

Showing results 1 to 29 of 29
Search took 0.01 seconds.
Search: Posts Made By: elamigosam
Forum: PHP 13 Days Ago
Replies: 2
Views: 235
Posted By elamigosam
`id` int(11) NOT NULL auto_increment,
`ipaddress` varchar(16) NOT NULL,
`year` int(4) NOT NULL,
`month` int(2) NOT NULL,
`day` int(2) NOT NULL,
PRIMARY KEY (`id`)

this is my table,...
Forum: PHP 14 Days Ago
Replies: 2
Views: 235
Posted By elamigosam
I want to know if there is a way to make php react to a change from mysql database

example:
I have information on a db and I want to display it in a table and group all the info from one day in...
Forum: JavaScript / DHTML / AJAX Sep 23rd, 2009
Replies: 0
Views: 179
Posted By elamigosam
hi I was wondering if any one could help me create this "tool"

I want a table, with two colums, one for topics, and the other one for explanations

hide the explanations and when user clicks on...
Forum: HTML and CSS Jul 24th, 2009
Replies: 2
Views: 674
Posted By elamigosam
Forum: HTML and CSS Jul 23rd, 2009
Replies: 2
Views: 674
Posted By elamigosam
I have a good one this time!

I want to make a link to take me to another page that is located one level up

ex..
i am here
www.page.com/page1/page2/index

and want to go here...
Forum: PHP Jul 20th, 2009
Replies: 7
Views: 415
Posted By elamigosam
i see, so i will just add the links, cus keeping trak of somany links, it is kind of hard, my bookmarks folder is full, and it is kind of hard keeping track of what everything is, thanks..
Forum: PHP Jul 19th, 2009
Replies: 7
Views: 415
Posted By elamigosam
I am new to php, and kind of new to HTML, so what I want, is a place on my website to add tutorials, like for example I found a good tutorial about makeign tables with html, so I would read through...
Forum: PHP Jul 17th, 2009
Replies: 7
Views: 415
Posted By elamigosam
Hi I was wondering if there is a way to make a tutorials website with php, like html tutorial, show code in the site.
then...
have a database with the tutorials
then pull the title in a...
Forum: PHP Jul 3rd, 2009
Replies: 11
Views: 822
Posted By elamigosam
I figure it out, thanks
it is

$string=nl2br($string);

I am new in php, so any small bump becomes a big mountain...
Forum: PHP Jul 1st, 2009
Replies: 5
Views: 1,149
Posted By elamigosam
hi Does anyone here know how to make a table with html and make it so that people can sort the diferent colums of info, in php and SQL
Forum: PHP Jul 1st, 2009
Replies: 11
Views: 822
Posted By elamigosam
Thank You Kkeith29

so I would need to have the text in a variable, then do
nl2br($text);

or is this bad?
Forum: PHP Jun 30th, 2009
Replies: 11
Views: 822
Posted By elamigosam
I read it once, and I did not got it, then a secund time, same and a third time and nothing still, If you think you know the solution, would you just share it, cus I am new and dont understand where...
Forum: PHP Jun 29th, 2009
Replies: 11
Views: 822
Posted By elamigosam
I need one that inputs text and makes <br> every time the user makes a new line, if I have that I dont need to make php echo <br> becuse they would be already in the text.
Forum: PHP Jun 29th, 2009
Replies: 11
Views: 822
Posted By elamigosam
can you make a example, what I have is a text box that turns in to a variable, then the variable is saved in mysql DB,

it would realy help if you make an example. please...
Forum: Database Design Jun 29th, 2009
Replies: 61
Views: 6,267
Posted By elamigosam
first of all you need a goal,
like me I have a site where you can add songs and lirics to it, so a user enter the site, selects its church and then sees a list of songs that his church plays, so...
Forum: PHP Jun 27th, 2009
Replies: 11
Views: 822
Posted By elamigosam
HI I have a issue
I have a text box, and I need some how, that every time the user press the enter key, to make a space in the text that he types, a <br> tag is inserted at the end of the text, so...
Forum: Database Design Jun 27th, 2009
Replies: 61
Views: 6,267
Posted By elamigosam
what I had to do, after a long discussion with a tech suport that hardly speak engish that I have to add the username before the databse name..
example:

mysql_select_db("username_database"
...
Forum: PHP Jun 27th, 2009
Replies: 3
Views: 494
Posted By elamigosam
I solved the isue by adding `` to the variable

SELECT * FROM `$table`
some how it gets mest up , proabably because I have capital letters and spaces in my table names...
Forum: PHP Jun 24th, 2009
Replies: 3
Views: 494
Posted By elamigosam
I am getting this message and I have checked my code and it seems to be all OK but I ther another reason that this message is showing up, that I maigt not know. PLESE HELP....

Warning:...
Forum: PHP Jun 20th, 2009
Replies: 9
Views: 609
Posted By elamigosam
I need to add a 'edit or remove' choice in the end of every title name can any one help me please ...
here is the code
<?php
$table = $_GET['name'];

session_start();
//check
include...
Forum: PHP Jun 19th, 2009
Replies: 11
Views: 688
Posted By elamigosam
Forum: PHP Jun 18th, 2009
Replies: 11
Views: 688
Posted By elamigosam
is there a way to make .html files process php tags?
Forum: PHP Jun 16th, 2009
Replies: 9
Views: 609
Posted By elamigosam
what is the code that I put on the pages that I have?
Forum: PHP Jun 16th, 2009
Replies: 9
Views: 609
Posted By elamigosam
hi Thanks for the info, it really help , like a lot, specialy since I had no Idea where to start, and also becuase I am a new PHP user and I like it alot.

i still can't undestand what ...
Forum: MySQL Jun 16th, 2009
Replies: 9
Views: 83,874
Posted By elamigosam
I dont know if this help you guys, but I fixed my error by removing a # simbol that was in the name of my table
Forum: PHP Jun 16th, 2009
Replies: 9
Views: 609
Posted By elamigosam
This code, I put it at the top of every page, or do I have another page where I put it.
Also do I need to make a Database to save the usernames and passwords or how does this go all together.
Forum: PHP Jun 16th, 2009
Replies: 9
Views: 609
Posted By elamigosam
I am trying to make a database for different church's, where someone can add a table to the db, then name that table would be the church name "example" and then have a list of songs that they want to...
Forum: PHP Jun 15th, 2009
Replies: 9
Views: 609
Posted By elamigosam
Hi I am interested in a basic, and simple code for to check for a user and make sure he only has access to such pages, I am just starting to undestand PHP, if you can help me and not make it really...
Forum: PHP Jun 12th, 2009
Replies: 18
Views: 100,939
Posted By elamigosam
hi I am new here, but I am interested in using that code and I have a question.

I can input a variable, but how can i get the result from it "with no spaces" and put it in a variable, like...
Showing results 1 to 29 of 29

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC