Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~56.2K People Reached

21 Posted Topics

Member Avatar for samaru
Member Avatar for Scuppery
Member Avatar for tape enterprise

I have tried everything I could see on google about this problem: " You are trying to install in deployment mode after changing your Gemfile. Run `bundle install` elsewhere and add the updated Gemfile.lock to version control. If this is a development machine, remove the Gemfile freeze by running `bundle …

Member Avatar for Taywin
0
94
Member Avatar for tape enterprise

I am having problems with PHP I had to reinstall apache and php and MySQL and this code worked great but now that I reinstalled its giving me this error Notice: Undefined variable: out in G:\file server\SERVER\server\admin\index.php on line 51 [CODE] $title = $_POST['title']; $post = addslashes($_POST['text']); function nl2p($str) { …

Member Avatar for MooGeek
0
95
Member Avatar for tape enterprise

I have a Intel Core 2 Duo E7600 Wolfdale 3.06GHz 3MB L2 Cache LGA 775 65W Dual-Core Processor BX80571E7600 I am looking at a BIOSTAR P4M890M7SE LGA 775 VIA P4M890 Micro ATX Intel Motherboard My question is do they match will they work together? also do the north and south …

Member Avatar for tape enterprise
0
202
Member Avatar for tape enterprise

I have an Intel Core 2 Duo E7600 Wolfdale 3.06GHz 3MB L2 Cache LGA 775 65W Dual-Core Processor BX80571E7600 with a Intel BLKD945PLRNL LGA 775 Intel 945PL ATX Intel Motherboard - OEM and 2 gb of ddr2 RAM and a gigabyte 8400 Gs graphics card when i connect it all …

Member Avatar for BBAD
0
322
Member Avatar for tape enterprise

ok well I have written a function that is supposed to take the sql you give it an return an array for you to output. the problem is getting the array becasue the sql is different every time so I get an array of the column names names like so. …

Member Avatar for tape enterprise
0
112
Member Avatar for tape enterprise

well I am knew to php and there is probably a function for this. ok well I want to combine two arrays in a certian way like so [CODE] $varaible = array(example example2 ); $variable2 = array(something, something2); i want to know a way to combine two arrays so it …

Member Avatar for smantscheff
0
72
Member Avatar for tape enterprise

normally to get my items from mysql to an array i use this code [CODE]while($row=mysqli_fetch_array($result)) { $array[] = array('id' => $row['id'] ect...) }[/CODE] anyway I am using some OOP in my code so now I don't know what the row names from mysql are named to use in the while …

Member Avatar for diafol
0
90
Member Avatar for tape enterprise

well I am having a problem with my class I made to connect to my DB ok here is the class[CODE]class database { private $db_host = 'localhost'; private $db_user = 'root'; private $db_pass = 'McSteel8'; private $db_database = 'cmte'; public function connect() { $this->link = mysqli_connect($this->db_host, $this->db_user, $this->db_pass); mysqli_select_db($this->link, $this->db_database …

Member Avatar for tape enterprise
0
88
Member Avatar for tape enterprise

How do I handle multiple files uploads I know how to upload them but then I want to know how to output like the photo's into the blog post. currently I know how to upload a file and put it in one place into a page template but what wopuld …

0
78
Member Avatar for tape enterprise

SO am am soon going to build a blog. what I would like to know is how to do the prvious posts button at the bottom of the page with like the 1|2|3...Next|Last that type I was just wondering how it is done I know to fill the Homepage your …

Member Avatar for Agarsia
0
135
Member Avatar for tape enterprise

well I have a search feature on my site and it works great if the query returns results but if it doesn't it falls apart what do I do to make it say "no search results found" when the query comes up as empty My code is this to handle …

Member Avatar for pritaeas
0
115
Member Avatar for oree

why do you need to make a new table just get all your queries into an associative array like [CODE] while($row = mysqli_fetch_array($link, $sql) { $search = array('searchitem' => $row['searchitem']) } [/CODE] then you output the results it got in your html with link to the content and such

Member Avatar for oree
0
115
Member Avatar for tape enterprise

I want to output my data into a list ordered like this [CODE] <ul> <li>[I]category name[/I]</li> <ul> <li>[I]category item[/I]</li> </ul> <li>[I]category name[/I]</li> <ul> <li>[I]category item[/I]</li> </ul> </ul>[/CODE] when I try a foreach loop like this [CODE]<? $previous_catagory = null; ?> <? foreach ($providers as $provider): ?> <? if ($provider['catname'] !=$previous_catagory) …

Member Avatar for tape enterprise
0
100
Member Avatar for tape enterprise

I need to know how to sort my authors into their respective categories I have a mysql table with the authors details and another with the categories this is my code to get the info from the tables (i realize I spelled category wrong in my database) [CODE]$sql = 'select …

Member Avatar for jrivera
0
124
Member Avatar for tape enterprise

I am building a simple CMS for a website, Instead of having a simple texarea box I want it to have different buttons on it for the users to edit the code without knowing html or css. I would like it to be like Daniweb's Toolbar above the textbox on …

Member Avatar for jkon
0
99
Member Avatar for ans2007kumar

one way is to store the id of all the items they have in their cart in array with their session and then when they look at their cart it fetches the prices and adds them. as for calling the code with javascript I do not know.

Member Avatar for chrishea
0
167
Member Avatar for tape enterprise

hello, I am currently working on CMS and I want a way for the user to upload images to go along with their post how would I upload the image with php and then add it into the database for later retrieval when people look at the posts?

Member Avatar for tape enterprise
0
159
Member Avatar for tape enterprise

here is my problem i have my website [url snipped] i want the htaccess code so that when someone goes to tapenterprise.com they are redirected in their browser to tapenterprise.com/index.html i dont want people to be able to go to just tapenterprise.com/

Member Avatar for alanwdaniweb
0
42
Member Avatar for tape enterprise

ok my problem with this my frame page looks like this and works fine locally:[CODE]<html> <head><base target="_parent"> <title>BLARG!</title> </head> <frameset rows="10%,*" border="0" noresize base > <frame src="catalognavigation.html" border="0" base scrolling=no> <frameset cols="20%, *"> <frame src="price breakdown.html"> <frame src="catalog.html"> </frameset> </html>[/CODE] but when i upload to my server it turns to …

Member Avatar for rajarajan2017
0
81

The End.