Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 53
Search took 0.18 seconds.
Search: Posts Made By: Pcfr43k
Forum: PHP 02-26-2013, 12:16 PM
Replies: 10
Views: 351
Posted By Pcfr43k
Thumbs up Tnx!, I had overwritten it XD. It works now :)

Tnx!, I had overwritten it XD.
It works now :)
Forum: PHP 02-26-2013, 10:54 AM
Replies: 10
Views: 351
Posted By Pcfr43k
Well, it seems it keeps clearing the entire array...

Well, it seems it keeps clearing the entire array in my full script, so I begin to think something in my full script is causing it...

I luckily have a teacher at my school who can browse trough my...
Forum: PHP 02-26-2013, 10:24 AM
Replies: 10
Views: 351
Posted By Pcfr43k
I will try that one, and i have an idea... maybe...

I will try that one, and i have an idea... maybe it will work.


Both don't seem to work...
I putted my code here: --link deleted by poster--
You can see the nice build up if you see the source...
Forum: PHP 02-26-2013, 09:31 AM
Replies: 10
Views: 351
Posted By Pcfr43k
Well, it kinda worked. I changed the XML content...

Well, it kinda worked. I changed the XML content in Dummy%20page, etc...
Put the ')' behind the first $v2, and it did run, but got out empty again.
I think this is happening:

Once 'Array( [0] =>...
Forum: PHP 02-25-2013, 10:14 PM
Replies: 10
Views: 351
Posted By Pcfr43k
Question Comparing multi-array keys with other multi-array keys.

So I got this piece of script puzzled out:

foreach($menuxml as $key => $menuitem) {
if( !in_array($menuitem, $menufile)) {
unset($menuxml[$key]);
}
}

Where $menuxml is...
Forum: HTML & CSS 03-29-2011, 10:34 AM
Replies: 3
Resolved CSS spacing
Views: 442
Posted By Pcfr43k
Thanks for the suggestion. It worked. I...

Thanks for the suggestion.
It worked.
I couldn't come up the name of the function so I didn't found it.
But no I have :)

Thanks!
Forum: HTML & CSS 03-29-2011, 10:19 AM
Replies: 3
Resolved CSS spacing
Views: 442
Posted By Pcfr43k
CSS spacing

I have been working on a template, witch I'm really proud of.
But I have a little problem

>>Link<< (http://test.rp4u2.nl/flores/)

I have the Header image and the menu with a few pixels spacing...
Forum: PHP 01-26-2011, 09:08 PM
Replies: 1
Views: 485
Posted By Pcfr43k
Unhappy Include settings file

I have a strange problem.

First I had a file (index.php) and included another file from a folder (files/settings.php) with include('files/settings.php'); and after that the whole script runs wit...
Forum: PHP 10-22-2010, 08:11 PM
Replies: 6
Views: 7,973
Posted By Pcfr43k
I have an application that is able to request...

I have an application that is able to request some data tru an URL.
But a website that I would like to call has a limitation: POST only.
Forum: PHP 10-22-2010, 07:37 PM
Replies: 6
Views: 7,973
Posted By Pcfr43k
Sending post using URL

Is it possible to send data as post using the URL?

Like:
<form action="/post.php" method="post">
<input type="text" name="input">
<button type="submit">Post</button>
</form>

Becomes...
Forum: PHP 10-06-2010, 04:20 PM
Replies: 6
Views: 1,007
Posted By Pcfr43k
:P I have placed the code to much basic... I...

:P I have placed the code to much basic...

I read the array from a file, in the editor and the executor.
Now I need the inner apostrophes in the executor.
Is there a syntax in PHP to NOT execute...
Forum: PHP 10-06-2010, 03:57 PM
Replies: 6
Views: 1,007
Posted By Pcfr43k
I have been working on it, but I still don't get...

I have been working on it, but I still don't get what I want.

Now I get:
Array 1 is"content"

And want:
Array 1 is ".$array1."

That means, with the quotes and with the array-dollar sign.
Forum: PHP 10-06-2010, 03:26 PM
Replies: 6
Views: 1,007
Posted By Pcfr43k
echo $array in array

I have this:
$array1='content';
$array2='Array 1 is"'.$array1.'"';
echo $array2;

I get this:
Array 1 is ""

And want this:
Array 1 is ".$array1."
Forum: HTML & CSS 10-05-2010, 01:36 PM
Replies: 5
Views: 1,584
Posted By Pcfr43k
In the attachment you see what I already have,...

In the attachment you see what I already have, and what I want.

The darker yellow has to come down in the whole page...

<div id="central">
<div id="body">
<div id="blockStyle7" class="...
Forum: HTML & CSS 10-05-2010, 01:13 PM
Replies: 5
Views: 1,584
Posted By Pcfr43k
I have a content div with a horizontal repeating...

I have a content div with a horizontal repeating image.
I only see the first line (textline) of the image.
Forum: HTML & CSS 10-05-2010, 12:39 PM
Replies: 5
Views: 1,584
Posted By Pcfr43k
bg-img larger then div

I have a div, and the background is bigger then the div.
The background image is now cut of where the div ends.
Is it possible to let the bg-image show outside the div edges?
Forum: HTML & CSS 09-16-2010, 03:22 PM
Replies: 3
Views: 942
Posted By Pcfr43k
I think there need to be a lot more development...

I think there need to be a lot more development in image manipulation.
To tilt an image in CSS2 you need to do that in an image editor and use transparant background.

Wouldn't it be cool if you...
Forum: HTML & CSS 09-15-2010, 02:38 PM
Replies: 3
Views: 942
Posted By Pcfr43k
Defining image corners in CSS

As I read on the internet it is hard to tilt an image.
You would need CSS3 and a newer webbrowser for tilting.

So I kept thinking,

Is it possible to define the position of the corners of an...
Forum: PHP 09-09-2010, 01:46 PM
Replies: 4
Views: 1,028
Posted By Pcfr43k
I am working on a flatfile system, and csv/xml is...

I am working on a flatfile system, and csv/xml is not safe.

Its just that I need to know how to echo all arrays.
And to proces them again and finaly write them to the file again.


Read...
Forum: PHP 09-09-2010, 01:18 PM
Replies: 4
Views: 1,028
Posted By Pcfr43k
read, edit and save arrays

I have some trouble creating a script for editing arrays.
I have a file full of arrays:<?php
$array1['0']='array1';
$array1['1']='array2';
$array2
$array3
?>And want to edit those.

Now I...
Forum: HTML & CSS 08-30-2010, 01:01 PM
Replies: 7
Views: 1,118
Posted By Pcfr43k
You can do this using an other language: ...

You can do this using an other language:

Example 1: PHP
$url='http://foo.bar/';
echo "<a href='".$url.">Link to website</a>

Example 2: Javascript
<script type="text/javascript">
var...
Forum: PHP 08-09-2010, 12:05 PM
Replies: 2
Views: 562
Posted By Pcfr43k
Tnx, All I want to know. PHP rules! :D

Tnx, All I want to know.

PHP rules! :D
Forum: PHP 08-09-2010, 11:10 AM
Replies: 2
Views: 562
Posted By Pcfr43k
Security question about arrays

I have a php script that contains arrays.
I don't want that people can read these out.

I know that PHP is serverside, and arrays only are visible with an echo/print_r etc..

But is it possible...
Forum: PHP 08-03-2010, 04:22 PM
Replies: 4
Views: 3,990
Posted By Pcfr43k
And this will let me define the value, for...

And this will let me define the value, for example, of only the arrays in 'first'?

My try:
foreach ($myArray as $level1Key => $level1Val)
{
foreach ($level1Val as $level2Key => $level2Val)...
Forum: PHP 08-03-2010, 02:00 PM
Replies: 4
Views: 3,990
Posted By Pcfr43k
Set value in multidimensional array with foreach

I want to create a multidimensional array to read out.
The array I want to build up is like this:$myarray = array(
'first' => array(
array('name' => 'fname0', 'age' => 'fage0', 'info' =>...
Showing results 1 to 25 of 53

 
Forum Jump

All times are GMT +1. The time now is 06:19 AM.